smartcloud 0.0.79 → 0.0.80

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44fb4d59f81acd2bbe47a4f3fa450fe3a817ba0a9f6a82842222980f6809dae3
4
- data.tar.gz: 6da37d529fea4bb478bfa975cabaddf4a5686765e84b9046909aa1ce15c042b4
3
+ metadata.gz: bd5a0d5108f2ddc5453619ebc113991305fc33990cb3f5d9d3a1df6623a786ad
4
+ data.tar.gz: be2b54438a8c40e2dec8833a7e190cd8a006a4273d3a25162b7064b8781be6af
5
5
  SHA512:
6
- metadata.gz: 8e704eb3aaf63b38ed9be39696e983a2b8b03b1018ab11d5c1df3352e3d32c71633df576856e6472af7603a18245067ebf9f5d178fb7463cf04f247c3eaf7a9b
7
- data.tar.gz: 3e4479f692494d7e02d17ed99d93e5088ae3d8f8eb8871a2c64868ea7b1ac368b985e8bc434762e2148cc8b08328e1cd6649292fec3e0fe347f2dda6aa87e2ab
6
+ metadata.gz: 6a14787a57ee436459584250af4092033d0fb1329c9f9b8bfd290f85c330fe8e24a953a5eef4359e7a48024619ce557a4992a0a9a37327a6cddfd29a7d175635
7
+ data.tar.gz: 395f5d5f3e364cc656881b30d0821b3891bc6338c6a5c9fb4bda61d2a2d3a16deeb2bd0c943422d3f15554c8ed8c9fb3fcc75fd09516dd9779f46ebc52d7a6ce
@@ -122,7 +122,10 @@ module Smartcloud
122
122
 
123
123
  unless system("docker image inspect smartcloud/buildpacks/rails", [:out, :err] => File::NULL)
124
124
  print "-----> Creating image smartcloud/buildpacks/rails ... "
125
- if system("docker image build -t smartcloud/buildpacks/rails #{Smartcloud.config.root_path}/lib/smartcloud/grids/grid-runner/buildpacks/rails", out: File::NULL)
125
+ if system("docker image build -t smartcloud/buildpacks/rails \
126
+ --build-arg USER_UID=`id -u` \
127
+ --build-arg USER_NAME=`id -un` \
128
+ #{Smartcloud.config.root_path}/lib/smartcloud/grids/grid-runner/buildpacks/rails", out: File::NULL)
126
129
  puts "done"
127
130
  end
128
131
  end
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.79
4
+ version: 0.0.80
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard