smartcloud 0.0.44 → 0.0.45

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: 8e857175a617b38197b249c180f22b4d5c825acfc3a4851b8a1fdcbb6c6ecb2c
4
- data.tar.gz: c4dd630c482ab559a419df27562447386161b69e680817483be603ad6a0e243c
3
+ metadata.gz: 05062dcf3a13824171f7cdebeb866134879b47a67f66bb01fa21fc3a7ace4dbc
4
+ data.tar.gz: 0c7bb86bbcaedcb6adbf04e9ecc4080a2e7564fa51aabb28b917966f36e020be
5
5
  SHA512:
6
- metadata.gz: 7e370eb23abec0dad263504b5c07b181483a92945dcfcafffdc8c63b09bfb6a650949f4387eb8e25ad2162a517e29b0aa86d3aaa1ca079ae7e12c2b9980b1716
7
- data.tar.gz: ebfff5810cb4547c7da047f3336d001dea0736219718ddd537d25871089351240752f32a6df132f92fdc9c0ba199ea670f8cf884d5a4b5ee80d9ae91094def19
6
+ metadata.gz: 2677adc1d649b22e814b2eaac718641f74d167c400003d5d41c72ca540e2a310ec4da30864b6390bc9a7121e9b90fcdb5c047f781ce1629300770399f1d5de1c
7
+ data.tar.gz: 86bbf086667dc1c477d24218ff9941362e887bb4a12b5c6653f3b81be4da013f95826a38598de5389a032672e59391207e2d35452b22d011a0c7d0150b3ce71c
@@ -7,11 +7,11 @@ ARG DOCKER_GID
7
7
  ARG USER_UID
8
8
  ARG USER_NAME
9
9
  # - fix to change gid of 999 to 99 so that addgroup is free to create a group with 999 as gid
10
- RUN sed -i "s/999/99/" /etc/group
11
- # - creating group & user and changing the user
12
- RUN addgroup --gid "$DOCKER_GID" "docker"
13
- RUN adduser --disabled-password --gecos "" --uid "$USER_UID" "$USER_NAME"
14
- RUN adduser "$USER_NAME" "docker"
10
+ # - Create group & user. Then add user to group
11
+ RUN sed -i "s/999/99/" /etc/group && \
12
+ addgroup --gid "$DOCKER_GID" "docker" && \
13
+ adduser --disabled-password --gecos "" --uid "$USER_UID" "$USER_NAME" && \
14
+ adduser "$USER_NAME" "docker"
15
15
 
16
16
  # We need the following:
17
17
  # - git, because that gets us the git-http-backend CGI script
@@ -110,7 +110,7 @@ module Smartcloud
110
110
  --build-arg DOCKER_GID=`getent group docker | cut -d: -f3` \
111
111
  --build-arg USER_UID=`id -u` \
112
112
  --build-arg USER_NAME=`id -un` \
113
- #{Smartcloud.config.root_path}/lib/smartcloud/grids/grid-runner")
113
+ #{Smartcloud.config.root_path}/lib/smartcloud/grids/grid-runner", out: File::NULL)
114
114
  puts "done"
115
115
  end
116
116
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.44
4
+ version: 0.0.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-30 00:00:00.000000000 Z
11
+ date: 2019-08-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Smartcloud is a full-stack deployment framework for rails optimized for
14
14
  programmer happiness and peaceful administration. It encourages natural simplicity