smartcloud 0.0.43 → 0.0.44

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: 22a6e3e7eb3091e5cff101f791171542eb903b1c16b55bc46262bcd6daa19056
4
- data.tar.gz: 6a6748b3cfd3af05e8f52415fcb437971830a096cac74e20fee40a7b682e745e
3
+ metadata.gz: 8e857175a617b38197b249c180f22b4d5c825acfc3a4851b8a1fdcbb6c6ecb2c
4
+ data.tar.gz: c4dd630c482ab559a419df27562447386161b69e680817483be603ad6a0e243c
5
5
  SHA512:
6
- metadata.gz: c2e4a9b3c185b65c269cbb13db90d5a2d8fbf3ded01fff5d50da62847e5a4e4ed5e078b060f3d2a156da83a3d509cd221b7934859218f9195e5882bd839e356e
7
- data.tar.gz: c035f79ac0d329c1a626c44e7d2ad586922d7dc4831fa1d00ebf6d778b3342cf314f0dca70434ebc0ee18116947b800a3aff764ef2d9a7eecbc82aeabb4b0e06
6
+ metadata.gz: 7e370eb23abec0dad263504b5c07b181483a92945dcfcafffdc8c63b09bfb6a650949f4387eb8e25ad2162a517e29b0aa86d3aaa1ca079ae7e12c2b9980b1716
7
+ data.tar.gz: ebfff5810cb4547c7da047f3336d001dea0736219718ddd537d25871089351240752f32a6df132f92fdc9c0ba199ea670f8cf884d5a4b5ee80d9ae91094def19
@@ -12,7 +12,6 @@ RUN sed -i "s/999/99/" /etc/group
12
12
  RUN addgroup --gid "$DOCKER_GID" "docker"
13
13
  RUN adduser --disabled-password --gecos "" --uid "$USER_UID" "$USER_NAME"
14
14
  RUN adduser "$USER_NAME" "docker"
15
- USER "$USER_NAME"
16
15
 
17
16
  # We need the following:
18
17
  # - git, because that gets us the git-http-backend CGI script
@@ -28,6 +28,7 @@ module Smartcloud
28
28
  --volume='#{Smartcloud.config.user_home_path}/.smartcloud/config:#{Smartcloud.config.user_home_path}/.smartcloud/config' \
29
29
  --volume='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner:#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner' \
30
30
  --volume='/var/run/docker.sock:/var/run/docker.sock' \
31
+ --user=#{File.basename(Smartcloud.config.user_home_path)} \
31
32
  --workdir='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/apps' \
32
33
  --restart='always' \
33
34
  --network='nginx-network' \
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.43
4
+ version: 0.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard