sle2docker 0.2.1 → 0.2.2
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 +4 -4
- data/Changelog +5 -0
- data/lib/sle2docker/version.rb +1 -1
- data/lib/templates/SLE12/config.xml.erb +4 -4
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6eb74b020e570764a417ceb7dcfb6044f6da1c02
|
|
4
|
+
data.tar.gz: 7f8f3fd365400356f62bb3f4aa61287122edc16b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4296f310866f871a4f67a21aa411da9beecb95e6d4cc9d1a4dfa7a056e7ac96c92387106023dc041373e3bb96eed8290dd692c9c31c0a09ddd8dcf70aade4d0e
|
|
7
|
+
data.tar.gz: 819642dbbc8df8de035a073f7e39ecebca06f6f42e7da56a40f0aac727a1192b5c19d27a1d4fd5569ab5118c8f44c6c852d08d5eb54f645692e237db453c055e
|
data/Changelog
CHANGED
data/lib/sle2docker/version.rb
CHANGED
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
<users group="root">
|
|
26
26
|
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root"/>
|
|
27
27
|
</users>
|
|
28
|
-
<repository type="rpm-md"
|
|
29
|
-
<source path="http<%= "s" if enable_https %>://<%= host %>/SUSE
|
|
28
|
+
<repository type="rpm-md" alias="SLE12:Pool" >
|
|
29
|
+
<source path="http<%= "s" if enable_https %>://<%= host %>/SUSE/Products/SLE-SERVER/12/x86_64/product<%= "?credentials=NCCcredentials" if use_ncc %>"/>
|
|
30
30
|
</repository>
|
|
31
|
-
<repository type="rpm-md"
|
|
32
|
-
<source path="http<%= "s" if enable_https %>://<%= host %>/SUSE
|
|
31
|
+
<repository type="rpm-md" alias="SLE12:Updates" >
|
|
32
|
+
<source path="http<%= "s" if enable_https %>://<%= host %>/SUSE/Updates/SLE-SERVER/12/x86_64/update<%= "?credentials=NCCcredentials" if use_ncc %>"/>
|
|
33
33
|
</repository>
|
|
34
34
|
<packages type="image">
|
|
35
35
|
<package name="coreutils"/>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sle2docker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Flavio Castelli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -123,4 +123,3 @@ signing_key:
|
|
|
123
123
|
specification_version: 4
|
|
124
124
|
summary: Create SLE images for Docker
|
|
125
125
|
test_files: []
|
|
126
|
-
has_rdoc:
|