smartcloud 0.0.109 → 0.0.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c2df4e08e66506eea37cc3f1a08f1b86df8656a270c74a7e99e9dd5dfd200b2
4
- data.tar.gz: '0584414ee7469095ed71324fda189c60354495e5cd4247827ff43a48e45e46ad'
3
+ metadata.gz: 5c0a0e038821e319a659dbd3bd1e0af74bb2e0eb2686c71c9d3862bce97df8fe
4
+ data.tar.gz: a34a0153042f878dc4cd1fff30983726483feafaaed2271e8047b9062279fe1e
5
5
  SHA512:
6
- metadata.gz: 0ff0d4a829aa3d1249e48c059fc99bd921195b1e23af73de8117651a361b4e2df4062bcab311cb6c8e771e8cc5d312271cc63bff6a4ca07939ef90eb5cab5e46
7
- data.tar.gz: 5a9c2d614370fc980103578fe4a090ff202066e8b69566aef78d8bfef81a2808754b45f5da21c755c1cdccd9bdca65d4a2c1f24445d4b56c3ba7df15d0e11106
6
+ metadata.gz: 9b8e16207636605ae2da4b15144b9b5917fc2e29c0158c6811d29d03f5c835168d9d374ac6159adfc85fa76cdab19b2084be7bd67797928aa392b9394d07bd7d
7
+ data.tar.gz: aae11a49001fc1ea08f9fc4fdd261a143c065861b56d1eed4ebd1740f1aacd62c8eac1f6c71a3a540ee7fafdbc08bedce1ae149a0dd24457a81ba8930509dd9c
@@ -14,21 +14,21 @@ RUN sed -i "s/999/99/" /etc/group && \
14
14
  adduser "$USER_NAME" "docker"
15
15
 
16
16
  # We need the following:
17
- # - git and git-daemon, because that gets us the git-http-backend CGI script
18
- # - ruby, to run smartcloud gem
19
17
  # - fcgiwrap, because that is how nginx does CGI
20
18
  # ----- IMPORTANT NOTE: This is custom build fcgiwrap package to account for NO_BUFFERING option.
21
19
  # ----- Original fcgiwrap: https://github.com/gnosek/fcgiwrap
22
20
  # ----- Custom fcgiwrap: https://github.com/notr1ch/fcgiwrap
21
+ # - git and git-daemon, because that gets us the git-http-backend CGI script
22
+ # - ruby, to run smartcloud gem
23
23
  # - spawn-fcgi, to launch fcgiwrap and to create the unix socket
24
24
  COPY fcgiwrap /root/apk-packages/fcgiwrap
25
+ RUN apk add fcgiwrap --update-cache --repository /root/apk-packages/fcgiwrap/release --allow-untrusted && \
26
+ rm -rf /root/apk-packages
25
27
  RUN apk add --update coreutils && \
26
28
  apk add --update git && \
27
29
  apk add --update git-daemon && \
28
- apk add --update ruby && \
29
- apk add --repository /root/apk-packages/fcgiwrap/release --allow-untrusted fcgiwrap && \
30
+ apk add --update ruby && \
30
31
  apk add --update spawn-fcgi && \
31
- rm -rf /root/apk-packages && \
32
32
  rm -rf /var/cache/apk/*
33
33
 
34
34
  RUN gem install smartcloud --no-rdoc --no-ri
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.109
4
+ version: 0.0.110
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard