sle2docker 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog +9 -3
- data/lib/sle2docker/version.rb +1 -1
- data/package/sle2docker.8.ronn +13 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52f030c558754b26f06443864880fa226359b260
|
4
|
+
data.tar.gz: 827e4037e92603100e481dd942dd7e82609322d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a843e32189912828859b833f69fdae734e77370df8cb4624114bf02c8c8fac76a04c9bc502b11186314d9af0b8fe9ab980a12f90a526232c1c22a0b82bd4c8
|
7
|
+
data.tar.gz: c5594ea1d508872b930b111975bd6d878770b7c4942066d3bc577c6713757f54bf8fef31c5a22f61c21f2f19d17623060c3efe8d3e1867c54c3e645de5acfea3
|
data/Changelog
CHANGED
@@ -1,11 +1,17 @@
|
|
1
|
-
|
1
|
+
Wed Jun 17 10:35:53 CEST 2015 Flavio Castelli <fcastelli@suse.com>
|
2
|
+
|
3
|
+
* Version 0.4.1:
|
4
|
+
- Fix formatting inside of man page
|
5
|
+
- Fix email address inside of Changelog
|
6
|
+
|
7
|
+
Tue Jun 16 23:04:11 CEST 2015 Flavio Castelli <fcastelli@suse.com>
|
2
8
|
|
3
9
|
* Version 0.4.0:
|
4
10
|
- Drop old build system: do no longer build images using kiwi
|
5
11
|
- Revisit the activation code: it is no longer necessary to copy
|
6
12
|
the org credentials or the host repositories into the final image
|
7
13
|
|
8
|
-
Mon Apr 20 17:46:52 CEST 2015 Flavio Castelli <
|
14
|
+
Mon Apr 20 17:46:52 CEST 2015 Flavio Castelli <fcastelli@suse.com>
|
9
15
|
|
10
16
|
* Version 0.3.0 rc1:
|
11
17
|
- Added support for pre-built Docker images.
|
@@ -16,7 +22,7 @@ Mon Dec 01 17:38:53 CET 2014 Flavio Castelli <fcastelli@suse.com>
|
|
16
22
|
- Make possible to include the build time repositories into the final
|
17
23
|
image.
|
18
24
|
|
19
|
-
Wed Nov 12 15:46:38 CET 2014 Flavio Castelli <
|
25
|
+
Wed Nov 12 15:46:38 CET 2014 Flavio Castelli <fcastelli@suse.com>
|
20
26
|
|
21
27
|
* Version 0.2.3:
|
22
28
|
- Handle http proxy
|
data/lib/sle2docker/version.rb
CHANGED
data/package/sle2docker.8.ronn
CHANGED
@@ -130,7 +130,8 @@ RUN zypper -n in vim
|
|
130
130
|
```
|
131
131
|
|
132
132
|
## EXIT CODES
|
133
|
-
|
133
|
+
|
134
|
+
sle2docker sets the following exit codes:
|
134
135
|
|
135
136
|
* 0: Success
|
136
137
|
* 1: Failure
|
@@ -139,7 +140,14 @@ RUN zypper -n in vim
|
|
139
140
|
Flavio Castelli <fcastelli@suse.com>
|
140
141
|
|
141
142
|
## LINKS
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
143
|
+
Project on GitHub:
|
144
|
+
https://github.com/SUSE/sle2docker
|
145
|
+
|
146
|
+
SUSE documentation:
|
147
|
+
https://www.suse.com/documentation/sles-12/dockerquick/data/dockerquick.html
|
148
|
+
|
149
|
+
Docker's integrated build system:
|
150
|
+
http://docs.docker.com/reference/builder/
|
151
|
+
|
152
|
+
container-suseconnect:
|
153
|
+
https://github.com/SUSE/container-suseconnect
|