forked from pool/docker
Accepting request 260217 from Virtualization
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/260217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=9
This commit is contained in:
parent
018f22bb59
commit
70d0809182
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75f6d387e38e73a2a2662223c98b91705cdb863ace124a781fce786823a40c43
|
||||
size 5641757
|
3
docker-1.3.1.tar.bz2
Normal file
3
docker-1.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80e63f0b87e140dcf13e3a2e23909a86f9a747cf567d8161cdba3fa589de4ccd
|
||||
size 5651106
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 08:54:47 UTC 2014 - fcastelli@suse.com
|
||||
|
||||
- Updated to version 1.3.1 2014-10-28)
|
||||
* Security:
|
||||
- Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and
|
||||
registry [CVE-2014-5277]
|
||||
- Secure HTTPS connection to registries with certificate verification and
|
||||
without HTTP fallback unless `--insecure-registry` is specified
|
||||
* Runtime:
|
||||
- Fix issue where volumes would not be shared
|
||||
* Client:
|
||||
- Fix issue with `--iptables=false` not automatically
|
||||
setting `--ip-masq=false`
|
||||
- Fix docker run output to non-TTY stdout
|
||||
* Builder:
|
||||
- Fix escaping `$` for environment variables
|
||||
- Fix issue with lowercase `onbuild` Dockerfile instruction
|
||||
- Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`,
|
||||
`WORKDIR`, `EXPOSE`, `VOLUME` and `USER`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 08:38:30 UTC 2014 - fcastelli@suse.com
|
||||
|
||||
|
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_version c78088f
|
||||
|
||||
%define git_version 4e9bbfa
|
||||
Name: docker
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: The Linux container runtime
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user