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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66989f86821ec67600802b06f47b06949c850ef2
4
- data.tar.gz: 5309625b91a0c5eea400ad81c6e5d62505217dcc
3
+ metadata.gz: 52f030c558754b26f06443864880fa226359b260
4
+ data.tar.gz: 827e4037e92603100e481dd942dd7e82609322d3
5
5
  SHA512:
6
- metadata.gz: 61ac461a8d6aafb94ea5edbee727134340f36d49bc9f0d92eb06b41d882c4ae96a5730cf6301be51f62e9c8d3374a0128730a11b8dc15fe16b7cb4e2917a16ce
7
- data.tar.gz: f2cb23ff54f2d3cb67da418e5527e0a796f5fdf7c4a0c89906081aa20051241e0c62d1b1bee210e0b383b622d288d16442921c3f39c30508f3e6d2c9360c7200
6
+ metadata.gz: c2a843e32189912828859b833f69fdae734e77370df8cb4624114bf02c8c8fac76a04c9bc502b11186314d9af0b8fe9ab980a12f90a526232c1c22a0b82bd4c8
7
+ data.tar.gz: c5594ea1d508872b930b111975bd6d878770b7c4942066d3bc577c6713757f54bf8fef31c5a22f61c21f2f19d17623060c3efe8d3e1867c54c3e645de5acfea3
data/Changelog CHANGED
@@ -1,11 +1,17 @@
1
- Tue Jun 16 23:04:11 CEST 2015 Flavio Castelli <flavio@castelli.name>
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 <flavio@castelli.name>
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 <flavio@castelli.name>
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
@@ -1,5 +1,5 @@
1
1
  # rubocop:disable Style/Documentation
2
2
 
3
3
  module Sle2Docker
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
@@ -130,7 +130,8 @@ RUN zypper -n in vim
130
130
  ```
131
131
 
132
132
  ## EXIT CODES
133
- sle2docker sets the following exit codes:
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
- Project on GitHub: https://github.com/SUSE/sle2docker
143
- SUSE documentation: https://www.suse.com/documentation/sles-12/dockerquick/data/dockerquick.html
144
- Docker's integrated build system: http://docs.docker.com/reference/builder/
145
- container-suseconnect: https://github.com/SUSE/container-suseconnect
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sle2docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flavio Castelli