forked from pool/docker
- 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:
committed by
Git OBS Bridge
parent
0a40d1c851
commit
5b9dc986b2
@@ -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
|
||||
|
Reference in New Issue
Block a user