forked from pool/docker
update to docker-1.10.2
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=74
This commit is contained in:
parent
9e251436af
commit
c675fac864
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="url">https://github.com/docker/docker.git</param>
|
<param name="url">https://github.com/docker/docker.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">1.10.1</param>
|
<param name="versionformat">1.10.2</param>
|
||||||
<param name="revision">v1.10.1</param>
|
<param name="revision">v1.10.2</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">docker-*.tar</param>
|
<param name="file">docker-*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da8b04d5596ef138d19303bb4155dee423d88cb8977259c01d3d9b73ecc08e71
|
|
||||||
size 8302256
|
|
3
docker-1.10.2.tar.xz
Normal file
3
docker-1.10.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14bf1e45e2f8d75b70f6a6c734514fbcdf61308e0934aca7935d7d8eb0bbe5bb
|
||||||
|
size 8306348
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 23 08:52:17 UTC 2016 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
Update to version 1.10.2
|
||||||
|
|
||||||
|
- Runtime
|
||||||
|
Prevent systemd from deleting containers' cgroups when its configuration is reloaded #20518
|
||||||
|
Fix SELinux issues by disregarding --read-only when mounting /dev/mqueue #20333
|
||||||
|
Fix chown permissions used during docker cp when userns is used #20446
|
||||||
|
Fix configuration loading issue with all booleans defaulting to true #20471
|
||||||
|
Fix occasional panic with docker logs -f #20522
|
||||||
|
|
||||||
|
- Distribution
|
||||||
|
Keep layer reference if deletion failed to avoid a badly inconsistent state #20513
|
||||||
|
Handle gracefully a corner case when canceling migration #20372
|
||||||
|
Fix docker import on compressed data #20367
|
||||||
|
Fix tar-split files corruption during migration that later cause docker push and docker save to fail #20458
|
||||||
|
|
||||||
|
- Networking
|
||||||
|
Fix daemon crash if embedded DNS is sent garbage #20510
|
||||||
|
|
||||||
|
- Volumes
|
||||||
|
Fix issue with multiple volume references with same name #20381
|
||||||
|
|
||||||
|
- Security
|
||||||
|
Fix potential cache corruption and delegation conflict issues #20523
|
||||||
|
|
||||||
|
link to changelog:
|
||||||
|
|
||||||
|
https://github.com/docker/docker/blob/v1.10.2/CHANGELOG.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 12:13:16 UTC 2016 - asarai@suse.com
|
Mon Feb 15 12:13:16 UTC 2016 - asarai@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package docker
|
# spec file for package docker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define git_version 9e83765
|
%define git_version 9e83765
|
||||||
%define go_arches %ix86 x86_64
|
%define go_arches %ix86 x86_64
|
||||||
Name: docker
|
Name: docker
|
||||||
Version: 1.10.1
|
Version: 1.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Linux container runtime
|
Summary: The Linux container runtime
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -73,6 +73,7 @@ BuildRequires: zsh
|
|||||||
Requires: apparmor-parser
|
Requires: apparmor-parser
|
||||||
Requires: bridge-utils
|
Requires: bridge-utils
|
||||||
Requires: ca-certificates-mozilla
|
Requires: ca-certificates-mozilla
|
||||||
|
Requires: docker-image-migrator
|
||||||
# Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used
|
# Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
Requires: git-core >= 1.7
|
Requires: git-core >= 1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user