- update to docker 1.10.3 (bnc#970637)
Runtime Fix Docker client exiting with an "Unrecognized input header" error #20706 Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647 Distribution Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831 Fix a panic when pushing images to a registry which uses a misconfigured token service #21030 Plugin system Fix issue preventing volume plugins to start when SELinux is enabled #20834 Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682 Fix plugin system leaking file descriptors if a plugin has an error #20680 Security Fix linux32 emulation to fail during docker build #20672 It was due to the personality syscall being blocked by the default seccomp profile. Fix Oracle XE 10g failing to start in a container #20981 It was due to the ipc syscall being blocked by the default seccomp profile. Fix user namespaces not working on Linux From Scratch #20685 Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725 More at https://github.com/docker/docker/releases/tag/v1.10.3 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=82
This commit is contained in:
parent
0a40d1c851
commit
5b9dc986b2
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/docker/docker.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">1.10.2</param>
|
||||
<param name="revision">v1.10.2</param>
|
||||
<param name="versionformat">1.10.3</param>
|
||||
<param name="revision">v1.10.3</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">docker-*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14bf1e45e2f8d75b70f6a6c734514fbcdf61308e0934aca7935d7d8eb0bbe5bb
|
||||
size 8306348
|
3
docker-1.10.3.tar.xz
Normal file
3
docker-1.10.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:981d52320b7936c294d4b433deffe7af9934b715e207d38a7a993a5a74b3862e
|
||||
size 8307800
|
@ -1,4 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 08:41:49 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
- update to docker 1.10.3 (bnc#970637)
|
||||
Runtime
|
||||
Fix Docker client exiting with an "Unrecognized input header" error #20706
|
||||
Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647
|
||||
Distribution
|
||||
Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831
|
||||
Fix a panic when pushing images to a registry which uses a misconfigured token service #21030
|
||||
Plugin system
|
||||
Fix issue preventing volume plugins to start when SELinux is enabled #20834
|
||||
Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682
|
||||
Fix plugin system leaking file descriptors if a plugin has an error #20680
|
||||
Security
|
||||
Fix linux32 emulation to fail during docker build #20672 It was due to the personality syscall being blocked by the default seccomp profile.
|
||||
Fix Oracle XE 10g failing to start in a container #20981 It was due to the ipc syscall being blocked by the default seccomp profile.
|
||||
Fix user namespaces not working on Linux From Scratch #20685
|
||||
Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725
|
||||
|
||||
More at https://github.com/docker/docker/releases/tag/v1.10.3
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 14:09:17 UTC 2016 - normand@linux.vnet.ibm.com
|
||||
|
||||
- more patches to build on ppc64 architecture
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define git_version 9e83765
|
||||
%define go_arches %ix86 x86_64
|
||||
Name: docker
|
||||
Version: 1.10.2
|
||||
Version: 1.10.3
|
||||
Release: 0
|
||||
Summary: The Linux container runtime
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user