rbbt-image 0.1.33 → 0.1.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/bin/build_rbbt_provision_sh.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: dbb5357ce56d0bcb7f041138885319a3fe870da12ab9761beebea1b4ef51f8f4
|
4
|
+
data.tar.gz: 0a49dfac2727486a5a2246ef24a17678559e1fae989ba9ee88114f8b3603d381
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68a059b1f5ad4cc571dbbabb1980178ecb24f8be0c7aeaa4023fed658bdcd2882e3a2b98d433ea21cab7fb2b77a5a83a431a041c8a3f7f13e5d6a59e0518157e
|
7
|
+
data.tar.gz: 6b33ba01c1040f85e71079860cc86e7d069d67fc95fa9e58713c8df2942b75dfe67c686c64d69a221ddb8f0de91632a563f42734b9d880d538550dbe114ac0a8
|
@@ -372,7 +372,7 @@ EOF
|
|
372
372
|
puts "==="
|
373
373
|
singularity_size = options[:singularity_size] || 3072
|
374
374
|
cmd_create = "singularity create -s #{singularity_size} #{singularity_image}"
|
375
|
-
cmd_boot = "singularity
|
375
|
+
cmd_boot = "singularity build #{singularity_image} '#{dir["singularity_bootstrap"]}'"
|
376
376
|
puts cmd_create
|
377
377
|
io = CMD.cmd(cmd_create, :pipe => true, :log => true)
|
378
378
|
while line = io.gets
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbbt-image
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.34
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbbt-util
|
@@ -71,8 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: '0'
|
73
73
|
requirements: []
|
74
|
-
|
75
|
-
rubygems_version: 2.6.13
|
74
|
+
rubygems_version: 3.0.3
|
76
75
|
signing_key:
|
77
76
|
specification_version: 4
|
78
77
|
summary: Build docker and Vagrant (VM) images
|