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 +4 -4
- data/lib/smartcloud/grids/runner.rb +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd5a0d5108f2ddc5453619ebc113991305fc33990cb3f5d9d3a1df6623a786ad
|
4
|
+
data.tar.gz: be2b54438a8c40e2dec8833a7e190cd8a006a4273d3a25162b7064b8781be6af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|