forked from pool/docker
- Update to 1.7.1 (2015-07-14) (bnc#938156)
Runtime Fix default user spawning exec process with docker exec Make --bridge=none not to configure the network bridge Publish networking stats properly Fix implicit devicemapper selection with static binaries Fix socket connections that hung intermittently Fix bridge interface creation on CentOS/RHEL 6.6 Fix local dns lookups added to resolv.conf Fix copy command mounting volumes Fix read/write privileges in volumes mounted with --volumes-from Remote API Fix unmarshalling of Command and Entrypoint Set limit for minimum client version supported Validate port specification Return proper errors when attach/reattach fail Distribution Fix pulling private images Fix fallback between registry V2 and V1 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=19
This commit is contained in:
parent
85c8df8f2f
commit
348bf85a75
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:760807f5c0a28f5262006704d2c682733bf7cddc4bfb1464f7b7eb88c84cb9a6
|
|
||||||
size 6524566
|
|
3
docker-1.7.1.tar.bz2
Normal file
3
docker-1.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60a89e67c39b92433620526921db1d0f358ec55c435186c2fcfaccc38c41ef88
|
||||||
|
size 6542679
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 15 08:11:11 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- Update to 1.7.1 (2015-07-14) (bnc#938156)
|
||||||
|
Runtime
|
||||||
|
|
||||||
|
Fix default user spawning exec process with docker exec
|
||||||
|
Make --bridge=none not to configure the network bridge
|
||||||
|
Publish networking stats properly
|
||||||
|
Fix implicit devicemapper selection with static binaries
|
||||||
|
Fix socket connections that hung intermittently
|
||||||
|
Fix bridge interface creation on CentOS/RHEL 6.6
|
||||||
|
Fix local dns lookups added to resolv.conf
|
||||||
|
Fix copy command mounting volumes
|
||||||
|
Fix read/write privileges in volumes mounted with --volumes-from
|
||||||
|
|
||||||
|
Remote API
|
||||||
|
|
||||||
|
Fix unmarshalling of Command and Entrypoint
|
||||||
|
Set limit for minimum client version supported
|
||||||
|
Validate port specification
|
||||||
|
Return proper errors when attach/reattach fail
|
||||||
|
|
||||||
|
Distribution
|
||||||
|
|
||||||
|
Fix pulling private images
|
||||||
|
Fix fallback between registry V2 and V1
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 10 11:22:00 UTC 2015 - jmassaguerpla@suse.com
|
Fri Jul 10 11:22:00 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define git_version 0baf609
|
%define git_version 0baf609
|
||||||
%define go_arches %ix86 x86_64
|
%define go_arches %ix86 x86_64
|
||||||
Name: docker
|
Name: docker
|
||||||
Version: 1.7.0
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Linux container runtime
|
Summary: The Linux container runtime
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -134,7 +134,7 @@ BuildArch: noarch
|
|||||||
Test package for docker. It contains the source code and the tests.
|
Test package for docker. It contains the source code and the tests.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n docker
|
%setup -q -n docker-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%ifnarch %go_arches
|
%ifnarch %go_arches
|
||||||
|
Loading…
Reference in New Issue
Block a user