forked from pool/docker
fix changelog so that it matches the one in sles12 and so we share the package
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=94
This commit is contained in:
parent
1d9c6c54b9
commit
c6f960a7a7
364
docker.changes
364
docker.changes
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 13 11:16:51 UTC 2016 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- docker.spec: apply gcc5 socket patch also for sle12 and leap
|
||||||
|
because gcc5 has been updated there as well.
|
||||||
|
|
||||||
|
- docker.spec: add a "is_opensuse" check for the mount-secrets patch.
|
||||||
|
This way we can use this same package for opensuse.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 8 13:27:55 UTC 2016 - dmueller@suse.com
|
Fri Apr 8 13:27:55 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
@ -203,144 +212,164 @@ https://github.com/docker/docker/blob/590d5108bbdaabb05af590f76c9757daceb6d02e/C
|
|||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 27 23:40:09 UTC 2016 - asarai@suse.com
|
Tue Feb 9 13:24:34 UTC 2016 - asarai@suse.com
|
||||||
|
|
||||||
- backport 1 bugfix from the upstream 1.10 branch
|
- docker-mount-secrets.patch: fix up this patch to work on Docker 1.10
|
||||||
Added:
|
|
||||||
fix_json_econnreset_bug.patch (https://github.com/docker/docker/issues/14203)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 22 15:08:05 UTC 2016 - jmassaguerpla@suse.com
|
Wed Jan 27 11:57:59 UTC 2016 - asarai@suse.com
|
||||||
|
|
||||||
- use_fs_cgroups_by_default.patch: fix bsc#963177 - Use fs cgroups
|
- docker-mount-secrets.patch: properly register /run/secrets as a
|
||||||
by default in docker
|
mountpoint, so that it is unmounted properly when the container
|
||||||
- fix_cgroup.parent_path_sanitisation.patch: fix bsc# 963198 - fix
|
is removed and thus container removal works. (bnc#963142)
|
||||||
cgroup.Parent path sanitisation in docker
|
- docker-mount-secrets.patch: in addition, add some extra debugging
|
||||||
- fix_bnc_958255.patch: fix bnc#958255 - Docker creates strange
|
information to the secrets patch.
|
||||||
apparmor profile
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 21 16:52:41 UTC 2016 - jmassaguerpla@suse.com
|
Wed Jan 27 09:42:59 UTC 2016 - asarai@suse.com
|
||||||
|
|
||||||
- gcc5-go in Tumbleweed includes this commit
|
|
||||||
https://github.com/golang/gofrontend/commit/a850225433a66a58613c22185c3b09626f5545eb
|
|
||||||
Which "fixes" the data type for RawSockaddr.Data
|
|
||||||
However, docker now expects the "wrong" data type, since docker had a workaround
|
|
||||||
for that issue.
|
|
||||||
Thus, we need to workaround the workaroundn in tumbleweed
|
|
||||||
|
|
||||||
- There was an error in one of the file list
|
|
||||||
|
|
||||||
|
|
||||||
|
- fix_json_econnreset_bug.patch: fix JSON bug that causes containers to not start
|
||||||
|
in weird circumstances. https://github.com/docker/docker/issues/14203
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 23 10:47:04 UTC 2015 - fcastelli@suse.com
|
Wed Dec 23 11:10:54 UTC 2015 - fcastelli@suse.com jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- fix_bnc_958255.patch: fix Docker creates strange apparmor profile
|
||||||
|
(bnc#958255)
|
||||||
|
- use_fs_cgroups_by_default.patch: Use fs cgroups by default:
|
||||||
|
https://github.com/docker/docker/commit/419fd7449fe1a984f582731fcd4d9455000846b0
|
||||||
|
- fix_cgroup.parent_path_sanitisation.patch: fix cgroup.Parent path
|
||||||
|
sanitisation:
|
||||||
|
https://github.com/opencontainers/runc/commit/bf899fef451956be4abd63de6d6141d9f9096a02
|
||||||
- Add rules for auditd. This is required to fix bnc#959405
|
- Add rules for auditd. This is required to fix bnc#959405
|
||||||
|
- Remove 7 patches, add 6 and modify 1, after 1.9.1 upgrade
|
||||||
-------------------------------------------------------------------
|
* Removed:
|
||||||
Fri Dec 4 16:08:22 UTC 2015 - normand@linux.vnet.ibm.com
|
- docker_missing_ppc64le_netlink_linux_files.patch: the code that this
|
||||||
|
bug refers to has benn removed upstream
|
||||||
- remove 2 patches and add 5 others after 1.9.1 upgrade
|
- docker_rename_jump_amd64_as_jump_linux.patch: the code that this bug
|
||||||
Removed:
|
refers to has been removed upstream
|
||||||
docker_missing_ppc64le_netlink_linux_files.patch
|
- Remove fix_15279.patch: code has been merged upstream
|
||||||
docker_rename_jump_amd64_as_jump_linux.patch
|
- Remove add_missing_syscall_for_s390x.patch: code has been merged upstream
|
||||||
Added:
|
- Remove fix_incompatible_assignment_error_bnc_950931.patch: code has been
|
||||||
add_bolt_ppc64.patch
|
merged upstream
|
||||||
add_bolt_arm64.patch
|
- Remove fix_libsecomp_error_bnc_950931.patch: the code that this bug refers to
|
||||||
docker_remove_journald_to_fix_dynbinary_build_on_arm.patch
|
has been removed upstream
|
||||||
docker_remove_journald_to_fix_dynbinary_build_on_powerpc.patch
|
- Remove gcc5_socket_workaround.patch: Code has been fixed. Building with
|
||||||
docker_remove_journald_to_fix_dynbinary_build_on_arm64.patch
|
this patch is giving the error we were trying to fix, implying that the
|
||||||
|
code has been fixed somewhere else.
|
||||||
-------------------------------------------------------------------
|
* Added:
|
||||||
Tue Nov 24 10:53:44 UTC 2015 - fcastelli@suse.com
|
- add_bolt_ppc64.patch
|
||||||
|
- add_bolt_arm64.patch
|
||||||
|
- docker_remove_journald_to_fix_dynbinary_build_on_arm.patch
|
||||||
|
- docker_remove_journald_to_fix_dynbinary_build_on_powerpc.patch
|
||||||
|
- docker_remove_journald_to_fix_dynbinary_build_on_arm64.patch
|
||||||
|
- gcc-go-build-static-libgo.patch: enable static linking of libgo in ggc-go
|
||||||
|
In order to do this, we had to work-around an issue from gcc-go:
|
||||||
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69357
|
||||||
|
* Modify:
|
||||||
- Upgrade to 1.9.1(bnc#956434)
|
- Upgrade to 1.9.1(bnc#956434)
|
||||||
* Runtime:
|
* Runtime:
|
||||||
- Do not prevent daemon from booting if images could not be restored (#17695)
|
- Do not prevent daemon from booting if images could not be restored
|
||||||
|
(#17695)
|
||||||
- Force IPC mount to unmount on daemon shutdown/init (#17539)
|
- Force IPC mount to unmount on daemon shutdown/init (#17539)
|
||||||
- Turn IPC unmount errors into warnings (#17554)
|
- Turn IPC unmount errors into warnings (#17554)
|
||||||
- Fix `docker stats` performance regression (#17638)
|
- Fix `docker stats` performance regression (#17638)
|
||||||
- Clarify cryptic error message upon `docker logs` if `--log-driver=none` (#17767)
|
- Clarify cryptic error message upon `docker logs` if `--log-driver=none`
|
||||||
|
(#17767)
|
||||||
- Fix seldom panics (#17639, #17634, #17703)
|
- Fix seldom panics (#17639, #17634, #17703)
|
||||||
- Fix opq whiteouts problems for files with dot prefix (#17819)
|
- Fix opq whiteouts problems for files with dot prefix (#17819)
|
||||||
- devicemapper: try defaulting to xfs instead of ext4 for performance reasons (#17903, #17918)
|
- devicemapper: try defaulting to xfs instead of ext4 for performance
|
||||||
|
reasons (#17903, #17918)
|
||||||
- devicemapper: fix displayed fs in docker info (#17974)
|
- devicemapper: fix displayed fs in docker info (#17974)
|
||||||
- selinux: only relabel if user requested so with the `z` option (#17450, #17834)
|
- selinux: only relabel if user requested so with the `z` option
|
||||||
|
(#17450, #17834)
|
||||||
- Do not make network calls when normalizing names (#18014)
|
- Do not make network calls when normalizing names (#18014)
|
||||||
*Client:
|
*Client:
|
||||||
- Fix `docker login` on windows (#17738)
|
- Fix `docker login` on windows (#17738)
|
||||||
- Fix bug with `docker inspect` output when not connected to daemon (#17715)
|
- Fix bug with `docker inspect` output when not connected to daemon
|
||||||
|
(#17715)
|
||||||
- Fix `docker inspect -f {{.HostConfig.Dns}} somecontainer` (#17680)
|
- Fix `docker inspect -f {{.HostConfig.Dns}} somecontainer` (#17680)
|
||||||
* Builder:
|
* Builder:
|
||||||
- Fix regression with symlink behavior in ADD/COPY (#17710)
|
- Fix regression with symlink behavior in ADD/COPY (#17710)
|
||||||
* Networking:
|
* Networking:
|
||||||
- Allow passing a network ID as an argument for `--net` (#17558)
|
- Allow passing a network ID as an argument for `--net` (#17558)
|
||||||
- Fix connect to host and prevent disconnect from host for `host` network (#17476)
|
- Fix connect to host and prevent disconnect from host for `host` network
|
||||||
- Fix `--fixed-cidr` issue when gateway ip falls in ip-range and ip-range is
|
(#17476)
|
||||||
not the first block in the network (#17853)
|
- Fix `--fixed-cidr` issue when gateway ip falls in ip-range and ip-range
|
||||||
- Restore deterministic `IPv6` generation from `MAC` address on default `bridge` network (#17890)
|
is not the first block in the network (#17853)
|
||||||
|
- Restore deterministic `IPv6` generation from `MAC` address on default
|
||||||
|
`bridge` network (#17890)
|
||||||
- Allow port-mapping only for endpoints created on docker run (#17858)
|
- Allow port-mapping only for endpoints created on docker run (#17858)
|
||||||
- Fixed an endpoint delete issue with a possible stale sbox (#18102)
|
- Fixed an endpoint delete issue with a possible stale sbox (#18102)
|
||||||
* Distribution:
|
* Distribution:
|
||||||
- Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047)
|
- Correct parent chain in v2 push when v1Compatibility files on the disk
|
||||||
|
are inconsistent (#18047)
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 13 16:58:43 UTC 2015 - fcastelli@suse.com
|
|
||||||
|
|
||||||
- Update to version 1.9.0 (bnc#954812):
|
- Update to version 1.9.0 (bnc#954812):
|
||||||
* Runtime:
|
* Runtime:
|
||||||
- `docker stats` now returns block IO metrics (#15005)
|
- `docker stats` now returns block IO metrics (#15005)
|
||||||
- `docker stats` now details network stats per interface (#15786)
|
- `docker stats` now details network stats per interface (#15786)
|
||||||
- Add `ancestor=<image>` filter to `docker ps --filter` flag to filter
|
- Add `ancestor=<image>` filter to `docker ps --filter` flag to filter
|
||||||
containers based on their ancestor images (#14570)
|
containers based on their ancestor images (#14570)
|
||||||
- Add `label=<somelabel>` filter to `docker ps --filter` to filter containers
|
- Add `label=<somelabel>` filter to `docker ps --filter` to filter
|
||||||
based on label (#16530)
|
containers based on label (#16530)
|
||||||
- Add `--kernel-memory` flag to `docker run` (#14006)
|
- Add `--kernel-memory` flag to `docker run` (#14006)
|
||||||
- Add `--message` flag to `docker import` allowing to specify an optional
|
- Add `--message` flag to `docker import` allowing to specify an optional
|
||||||
message (#15711)
|
message (#15711)
|
||||||
- Add `--privileged` flag to `docker exec` (#14113)
|
- Add `--privileged` flag to `docker exec` (#14113)
|
||||||
- Add `--stop-signal` flag to `docker run` allowing to replace the container
|
- Add `--stop-signal` flag to `docker run` allowing to replace the
|
||||||
process stopping signal (#15307)
|
container process stopping signal (#15307)
|
||||||
- Add a new `unless-stopped` restart policy (#15348)
|
- Add a new `unless-stopped` restart policy (#15348)
|
||||||
- Inspecting an image now returns tags (#13185)
|
- Inspecting an image now returns tags (#13185)
|
||||||
- Add container size information to `docker inspect` (#15796)
|
- Add container size information to `docker inspect` (#15796)
|
||||||
- Add `RepoTags` and `RepoDigests` field to `/images/{name:.*}/json` (#17275)
|
- Add `RepoTags` and `RepoDigests` field to `/images/{name:.*}/json`
|
||||||
|
(#17275)
|
||||||
- Remove the deprecated `/container/ps` endpoint from the API (#15972)
|
- Remove the deprecated `/container/ps` endpoint from the API (#15972)
|
||||||
- Send and document correct HTTP codes for `/exec/<name>/start` (#16250)
|
- Send and document correct HTTP codes for `/exec/<name>/start` (#16250)
|
||||||
- Share shm and mqueue between containers sharing IPC namespace (#15862)
|
- Share shm and mqueue between containers sharing IPC namespace (#15862)
|
||||||
- Event stream now shows OOM status when `--oom-kill-disable` is set (#16235)
|
- Event stream now shows OOM status when `--oom-kill-disable` is
|
||||||
- Ensure special network files (/etc/hosts etc.) are read-only if bind-mounted
|
set (#16235)
|
||||||
|
- Ensure special network files (/etc/hosts etc.) are read-only if
|
||||||
|
bind-mounted
|
||||||
with `ro` option (#14965)
|
with `ro` option (#14965)
|
||||||
- Improve `rmi` performance (#16890)
|
- Improve `rmi` performance (#16890)
|
||||||
- Do not update /etc/hosts for the default bridge network, except for links (#17325)
|
- Do not update /etc/hosts for the default bridge network, except for links
|
||||||
|
(#17325)
|
||||||
- Fix conflict with duplicate container names (#17389)
|
- Fix conflict with duplicate container names (#17389)
|
||||||
- Fix an issue with incorrect template execution in `docker inspect` (#17284)
|
- Fix an issue with incorrect template execution in `docker inspect`
|
||||||
- DEPRECATE `-c` short flag variant for `--cpu-shares` in docker run (#16271)
|
(#17284)
|
||||||
|
- DEPRECATE `-c` short flag variant for `--cpu-shares` in docker run
|
||||||
|
(#16271)
|
||||||
* Client:
|
* Client:
|
||||||
- Allow `docker import` to import from local files (#11907)
|
- Allow `docker import` to import from local files (#11907)
|
||||||
* Builder:
|
* Builder:
|
||||||
- Add a `STOPSIGNAL` Dockerfile instruction allowing to set a different
|
- Add a `STOPSIGNAL` Dockerfile instruction allowing to set a different
|
||||||
stop-signal for the container process (#15307)
|
stop-signal for the container process (#15307)
|
||||||
- Add an `ARG` Dockerfile instruction and a `--build-arg` flag to `docker build`
|
- Add an `ARG` Dockerfile instruction and a `--build-arg` flag to
|
||||||
|
`docker build`
|
||||||
that allows to add build-time environment variables (#15182)
|
that allows to add build-time environment variables (#15182)
|
||||||
- Improve cache miss performance (#16890)
|
- Improve cache miss performance (#16890)
|
||||||
* Storage:
|
* Storage:
|
||||||
- devicemapper: Implement deferred deletion capability (#16381)
|
- devicemapper: Implement deferred deletion capability (#16381)
|
||||||
* Networking:
|
* Networking:
|
||||||
- `docker network` exits experimental and is part of standard release (#16645)
|
- `docker network` exits experimental and is part of standard release
|
||||||
- New network top-level concept, with associated subcommands and API (#16645)
|
(#16645)
|
||||||
|
- New network top-level concept, with associated subcommands and API
|
||||||
|
(#16645)
|
||||||
WARNING: the API is different from the experimental API
|
WARNING: the API is different from the experimental API
|
||||||
- Support for multiple isolated/micro-segmented networks (#16645)
|
- Support for multiple isolated/micro-segmented networks (#16645)
|
||||||
- Built-in multihost networking using VXLAN based overlay driver (#14071)
|
- Built-in multihost networking using VXLAN based overlay driver (#14071)
|
||||||
- Support for third-party network plugins (#13424)
|
- Support for third-party network plugins (#13424)
|
||||||
- Ability to dynamically connect containers to multiple networks (#16645)
|
- Ability to dynamically connect containers to multiple networks (#16645)
|
||||||
- Support for user-defined IP address management via pluggable IPAM drivers (#16910)
|
- Support for user-defined IP address management via pluggable IPAM drivers
|
||||||
- Add daemon flags `--cluster-store` and `--cluster-advertise` for built-in nodes discovery (#16229)
|
(#16910)
|
||||||
|
- Add daemon flags `--cluster-store` and `--cluster-advertise` for built-in
|
||||||
|
nodes discovery (#16229)
|
||||||
- Add `--cluster-store-opt` for setting up TLS settings (#16644)
|
- Add `--cluster-store-opt` for setting up TLS settings (#16644)
|
||||||
- Add `--dns-opt` to the daemon (#16031)
|
- Add `--dns-opt` to the daemon (#16031)
|
||||||
- DEPRECATE following container `NetworkSettings` fields in API v1.21: `EndpointID`, `Gateway`,
|
- DEPRECATE following container `NetworkSettings` fields in API v1.21:
|
||||||
`GlobalIPv6Address`, `GlobalIPv6PrefixLen`, `IPAddress`, `IPPrefixLen`, `IPv6Gateway` and `MacAddress`.
|
`EndpointID`, `Gateway`, `GlobalIPv6Address`, `GlobalIPv6PrefixLen`,
|
||||||
Those are now specific to the `bridge` network. Use `NetworkSettings.Networks` to inspect
|
`IPAddress`, `IPPrefixLen`, `IPv6Gateway` and `MacAddress`.
|
||||||
|
Those are now specific to the `bridge` network. Use
|
||||||
|
`NetworkSettings.Networks` to inspect
|
||||||
the networking settings of a container per network.
|
the networking settings of a container per network.
|
||||||
* Volumes:
|
* Volumes:
|
||||||
- New top-level `volume` subcommand and API (#14242)
|
- New top-level `volume` subcommand and API (#14242)
|
||||||
@ -358,11 +387,12 @@ Fri Nov 13 16:58:43 UTC 2015 - fcastelli@suse.com
|
|||||||
* Distribution:
|
* Distribution:
|
||||||
- `docker search` now works with partial names (#16509)
|
- `docker search` now works with partial names (#16509)
|
||||||
- Push optimization: avoid buffering to file (#15493)
|
- Push optimization: avoid buffering to file (#15493)
|
||||||
- The daemon will display progress for images that were already being pulled
|
- The daemon will display progress for images that were already being
|
||||||
by another client (#15489)
|
pulled by another client (#15489)
|
||||||
- Only permissions required for the current action being performed are requested (#)
|
- Only permissions required for the current action being performed are
|
||||||
- Renaming trust keys (and respective environment variables) from `offline` to
|
requested (#)
|
||||||
`root` and `tagging` to `repository` (#16894)
|
- Renaming trust keys (and respective environment variables) from `offline`
|
||||||
|
to `root` and `tagging` to `repository` (#16894)
|
||||||
- DEPRECATE trust key environment variables
|
- DEPRECATE trust key environment variables
|
||||||
`DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE` and
|
`DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE` and
|
||||||
`DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE` (#16894)
|
`DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE` (#16894)
|
||||||
@ -371,17 +401,77 @@ Fri Nov 13 16:58:43 UTC 2015 - fcastelli@suse.com
|
|||||||
- Fix various issues with AppArmor profiles provided in the deb package
|
- Fix various issues with AppArmor profiles provided in the deb package
|
||||||
(#14609)
|
(#14609)
|
||||||
- Add AppArmor policy that prevents writing to /proc (#15571)
|
- Add AppArmor policy that prevents writing to /proc (#15571)
|
||||||
- Remove fix_15279.patch: code has been merged upstream
|
- Change systemd unit file to no longer use the deprecated "-d" option
|
||||||
- Change systemd unit file to no longer use the deprecated "-d" option (bnc#954737)
|
(bnc#954737)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 26 14:02:47 UTC 2015 - normand@linux.vnet.ibm.com
|
Tue Nov 24 16:34:52 UTC 2015 - fcastelli@suse.com
|
||||||
|
|
||||||
- new patch to avoid ppc64le build error
|
- Changed docker-mount-secrets.patch: allow removal of containers
|
||||||
|
even when the entry point failed. bnc#954797
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 3 12:36:25 UTC 2015 - msabate@suse.com
|
||||||
|
|
||||||
|
- Fixed the format of the fix_libsecomp_error_bnc_950931 patch.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 3 12:30:22 UTC 2015 - msabate@suse.com
|
||||||
|
|
||||||
|
- Merged the fix_libsecomp_error_bnc_950931.patch and the
|
||||||
|
fix_x86_build_removing_empty_file_jump_amd_64.patch patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 3 10:39:27 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- Fix build for x86_64. Patch fix_libsecomp_error_bnc_950931.patch
|
||||||
|
had created and empty file jump_amd64.go instead of removing it.
|
||||||
|
This broke the build for x86_64.
|
||||||
|
This commit fixes it by removing that empty file.
|
||||||
|
|
||||||
|
fix_x86_build_removing_empty_file_jump_amd_64.patch: patch that
|
||||||
|
removes empty file jump_amd64.go
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:49:48 UTC 2015 - msabate@suse.com
|
||||||
|
|
||||||
|
- Added patch that fixes a known gcc-go for ppc64xe in the syscall.RawSockAddr
|
||||||
|
type.
|
||||||
|
|
||||||
|
gcc5_socket_workaround.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 29 14:17:32 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- Add patches for fixing ppc64le build (bnc#950931)
|
||||||
|
|
||||||
|
fix_libsecomp_error_bnc_950931.patch
|
||||||
|
fix_incompatible_assignment_error_bnc_950931.patch
|
||||||
docker_missing_ppc64le_netlink_linux_files.patch
|
docker_missing_ppc64le_netlink_linux_files.patch
|
||||||
|
|
||||||
|
- Remove docker_rename_jump_amd64_as_jump_linux.patch because it clashes
|
||||||
|
with the previous patches.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 20:28:46 UTC 2015 - fcastelli@suse.com
|
Thu Oct 22 12:11:14 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- Exclude libgo as a requirement. The auto requires script was adding
|
||||||
|
libgo as a requirement when building with gcc-go which was wrong.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 15:43:46 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- Add patch for missing systemcall for s390x. See
|
||||||
|
|
||||||
|
https://github.com/docker/docker/commit/eecf6cd48cf7c48f00aa8261cf431c87084161ae
|
||||||
|
|
||||||
|
add_missing_syscall_for_s390x.patch: contains the patch
|
||||||
|
|
||||||
|
- Exclude s390x for sle12 because it hangs when running go. It works for sle12sp1
|
||||||
|
thus we don't want to exclude sle12sp1 but only sle12.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 20:10:00 UTC 2015 - fcastelli@suse.com
|
||||||
|
|
||||||
- Update docker to 1.8.3 version:
|
- Update docker to 1.8.3 version:
|
||||||
* Fix layer IDs lead to local graph poisoning (CVE-2014-8178) (bnc#949660)
|
* Fix layer IDs lead to local graph poisoning (CVE-2014-8178) (bnc#949660)
|
||||||
@ -389,17 +479,17 @@ Mon Oct 12 20:28:46 UTC 2015 - fcastelli@suse.com
|
|||||||
* Add `--disable-legacy-registry` to prevent a daemon from using a v1 registry
|
* Add `--disable-legacy-registry` to prevent a daemon from using a v1 registry
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 10 22:33:01 UTC 2015 - jmassaguerpla@suse.com
|
Tue Sep 22 13:20:49 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
- Update docker to 1.8.2 version
|
- Update docker to 1.8.2 version
|
||||||
|
|
||||||
see detailed changelog in
|
see detailed changelog in
|
||||||
|
|
||||||
https://github.com/docker/docker/releases/tag/v1.8.2
|
https://github.com/docker/docker/releases/tag/v1.8.2
|
||||||
|
|
||||||
fix bsc#946653 update do docker 1.8.2
|
fix bsc#946653 update do docker 1.8.2
|
||||||
|
|
||||||
- devicemapper: fix zero-sized field access
|
- devicemapper: fix zero-sized field access
|
||||||
Fix issue #15279: does not build with Go 1.5 tip
|
Fix issue #15279: does not build with Go 1.5 tip
|
||||||
Due to golang/go@7904946
|
Due to golang/go@7904946
|
||||||
the devices field is dropped.
|
the devices field is dropped.
|
||||||
@ -407,13 +497,12 @@ Thu Sep 10 22:33:01 UTC 2015 - jmassaguerpla@suse.com
|
|||||||
This solution works on go1.4 and go1.5
|
This solution works on go1.4 and go1.5
|
||||||
|
|
||||||
See more in https://github.com/docker/docker/pull/15404
|
See more in https://github.com/docker/docker/pull/15404
|
||||||
|
|
||||||
This fix was not included in v1.8.2. See previous link
|
This fix was not included in v1.8.2. See previous link
|
||||||
on why.
|
on why.
|
||||||
|
|
||||||
fix_15279.patch: contains the patch for issue#15279
|
fix_15279.patch: contains the patch for issue#15279
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 21 08:46:30 UTC 2015 - normand@linux.vnet.ibm.com
|
Fri Aug 21 08:46:30 UTC 2015 - normand@linux.vnet.ibm.com
|
||||||
|
|
||||||
@ -427,7 +516,7 @@ Fri Aug 21 08:07:58 UTC 2015 - normand@linux.vnet.ibm.com
|
|||||||
- ignore-dockerinit-checksum.patch need -p1 in spec
|
- ignore-dockerinit-checksum.patch need -p1 in spec
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 13 09:00:25 UTC 2015 - jmassaguerpla@suse.com
|
Thu Aug 13 09:38:03 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
- Update to docker 1.8.1(bsc#942369 and bsc#942370):
|
- Update to docker 1.8.1(bsc#942369 and bsc#942370):
|
||||||
- Fix a bug where pushing multiple tags would result in invalid images
|
- Fix a bug where pushing multiple tags would result in invalid images
|
||||||
@ -435,59 +524,60 @@ Thu Aug 13 09:00:25 UTC 2015 - jmassaguerpla@suse.com
|
|||||||
- Update to docker 1.8.0:
|
- Update to docker 1.8.0:
|
||||||
see detailed changelog in
|
see detailed changelog in
|
||||||
|
|
||||||
https://github.com/docker/docker/releases/tag/v1.8.0
|
https://github.com/docker/docker/releases/tag/v1.8.0
|
||||||
|
|
||||||
- remove docker-netns-aarch64.patch: This patch was adding
|
- remove docker-netns-aarch64.patch: This patch was adding
|
||||||
vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go
|
vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go
|
||||||
which is now included upstream, so we don't need this patch anymore
|
which is now included upstream, so we don't need this patch anymore
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 24 14:24:16 UTC 2015 - jmassaguerpla@suse.com
|
Fri Jul 24 14:41:21 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- Remove 0002-Stripped-dockerinit-binary.patch because we do not
|
||||||
|
use it anymore (we got rid of that when updating to 1.7.1)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 24 14:14:38 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
- Exclude archs where docker does not build. Otherwise it gets into
|
- Exclude archs where docker does not build. Otherwise it gets into
|
||||||
and infinite loop when building.
|
and infinite loop when building.
|
||||||
|
|
||||||
We'll fix that later if we want to release for those archs.
|
We'll fix that later if we want to release for those archs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 15 08:11:11 UTC 2015 - jmassaguerpla@suse.com
|
Wed Jul 15 08:11:11 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
- Update to 1.7.1 (2015-07-14) (bnc#938156)
|
- Update to 1.7.1 (2015-07-14) (bnc#938156)
|
||||||
Runtime
|
* Runtime
|
||||||
|
- Fix default user spawning exec process with docker exec
|
||||||
Fix default user spawning exec process with docker exec
|
- Make --bridge=none not to configure the network bridge
|
||||||
Make --bridge=none not to configure the network bridge
|
- Publish networking stats properly
|
||||||
Publish networking stats properly
|
- Fix implicit devicemapper selection with static binaries
|
||||||
Fix implicit devicemapper selection with static binaries
|
- Fix socket connections that hung intermittently
|
||||||
Fix socket connections that hung intermittently
|
- Fix bridge interface creation on CentOS/RHEL 6.6
|
||||||
Fix bridge interface creation on CentOS/RHEL 6.6
|
- Fix local dns lookups added to resolv.conf
|
||||||
Fix local dns lookups added to resolv.conf
|
- Fix copy command mounting volumes
|
||||||
Fix copy command mounting volumes
|
- Fix read/write privileges in volumes mounted with --volumes-from
|
||||||
Fix read/write privileges in volumes mounted with --volumes-from
|
* Remote API
|
||||||
|
- Fix unmarshalling of Command and Entrypoint
|
||||||
Remote API
|
- Set limit for minimum client version supported
|
||||||
|
- Validate port specification
|
||||||
Fix unmarshalling of Command and Entrypoint
|
- Return proper errors when attach/reattach fail
|
||||||
Set limit for minimum client version supported
|
* Distribution
|
||||||
Validate port specification
|
- Fix pulling private images
|
||||||
Return proper errors when attach/reattach fail
|
- Fix fallback between registry V2 and V1
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
- Exclude init scripts other than systemd from the test-package
|
- Exclude init scripts other than systemd from the test-package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 1 12:38:50 UTC 2015 - jmassaguerpla@suse.com
|
Wed Jul 1 12:38:50 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
- Exclude intel 32 bits arch. Docker does not built on that. Let's
|
- Exclude intel 32 bits arch. Docker does not built on that. Let's
|
||||||
make it explicit.
|
make it explicit.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 25 16:49:59 UTC 2015 - dmueller@suse.com
|
Thu Jun 25 16:49:59 UTC 2015 - dmueller@suse.com
|
||||||
@ -539,7 +629,7 @@ Mon Jun 22 08:48:11 UTC 2015 - fcastelli@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 9 16:35:46 UTC 2015 - jmassaguerpla@suse.com
|
Tue Jun 9 16:35:46 UTC 2015 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
- Add test subpackage and fix line numbers in patches
|
- Add test subpackage and fix line numbers in patches
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 5 15:29:45 UTC 2015 - fcastelli@suse.com
|
Fri Jun 5 15:29:45 UTC 2015 - fcastelli@suse.com
|
||||||
@ -557,6 +647,31 @@ Fri Jun 5 15:23:47 UTC 2015 - fcastelli@suse.com
|
|||||||
* gcc-go-build-static-libgo.patch: used only when building with gcc-go,
|
* gcc-go-build-static-libgo.patch: used only when building with gcc-go,
|
||||||
link libgo statically into docker itself.
|
link libgo statically into docker itself.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 1 15:47:59 UTC 2015 - fcastelli@suse.com
|
||||||
|
|
||||||
|
- Remove set-SCC_URL-env-variable.patch, the SCC_URL is now read
|
||||||
|
from SUSEConnect by the container service
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 1 13:03:24 UTC 2015 - fcastelli@suse.com
|
||||||
|
|
||||||
|
- Automatically set SCC_URL environment variable inside of the
|
||||||
|
containers by parsing the /etc/SUSEConnect.example file
|
||||||
|
* Add set-SCC_URL-env-variable.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 1 10:00:55 UTC 2015 - fcastelli@suse.com
|
||||||
|
|
||||||
|
- Place SCC machine credentials inside of /run/secrets/credentials.d
|
||||||
|
* Edit docker-mount-scc-credentials.patch¬
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 28 15:10:09 UTC 2015 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- pass the SCC machine credentials to the container
|
||||||
|
* Add docker-mount-scc-credentials.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 27 10:02:51 UTC 2015 - dmacvicar@suse.de
|
Wed May 27 10:02:51 UTC 2015 - dmacvicar@suse.de
|
||||||
|
|
||||||
@ -712,7 +827,7 @@ Fri Dec 12 16:13:30 UTC 2014 - fcastelli@suse.com
|
|||||||
* Notable Features since 1.3.0:
|
* Notable Features since 1.3.0:
|
||||||
- Set key=value labels to the daemon (displayed in `docker info`), applied with
|
- Set key=value labels to the daemon (displayed in `docker info`), applied with
|
||||||
new `-label` daemon flag
|
new `-label` daemon flag
|
||||||
- Add support for `ENV` in Dockerfile of the form:
|
- Add support for `ENV` in Dockerfile of the form:
|
||||||
`ENV name=value name2=value2...`
|
`ENV name=value name2=value2...`
|
||||||
- New Overlayfs Storage Driver
|
- New Overlayfs Storage Driver
|
||||||
- `docker info` now returns an `ID` and `Name` field
|
- `docker info` now returns an `ID` and `Name` field
|
||||||
@ -1190,7 +1305,7 @@ Wed Feb 19 08:35:27 UTC 2014 - fcastelli@suse.com
|
|||||||
- Fix broken images API for version less than 1.7
|
- Fix broken images API for version less than 1.7
|
||||||
- Use the right encoding for all API endpoints which return JSON
|
- Use the right encoding for all API endpoints which return JSON
|
||||||
- Move remote api client to api/
|
- Move remote api client to api/
|
||||||
- Queue calls to the API using generic socket wait
|
- Queue calls to the API using generic socket wait
|
||||||
* Runtime:
|
* Runtime:
|
||||||
- Fix the use of custom settings for bridges and custom bridges
|
- Fix the use of custom settings for bridges and custom bridges
|
||||||
- Refactor the devicemapper code to avoid many mount/unmount race
|
- Refactor the devicemapper code to avoid many mount/unmount race
|
||||||
@ -1313,7 +1428,7 @@ Fri Jan 10 10:44:23 UTC 2014 - fcastelli@suse.com
|
|||||||
* Do not add hostname when networking is disabled
|
* Do not add hostname when networking is disabled
|
||||||
* Return most recent image from the cache by date
|
* Return most recent image from the cache by date
|
||||||
* Return all errors from docker wait
|
* Return all errors from docker wait
|
||||||
* Add Content-Type Header "application/json" to GET /version and /info responses
|
* Add Content-Type Header "application/json" to GET /version and /info responses
|
||||||
* Other:
|
* Other:
|
||||||
- Update DCO to version 1.1
|
- Update DCO to version 1.1
|
||||||
- Update Makefile to use "docker:GIT_BRANCH" as the generated image name
|
- Update Makefile to use "docker:GIT_BRANCH" as the generated image name
|
||||||
@ -1332,7 +1447,7 @@ Fri Jan 10 10:44:23 UTC 2014 - fcastelli@suse.com
|
|||||||
- Fix for wrong version warning on master instead of latest
|
- Fix for wrong version warning on master instead of latest
|
||||||
* Runtime:
|
* Runtime:
|
||||||
- Only get the image's rootfs when we need to calculate the image size
|
- Only get the image's rootfs when we need to calculate the image size
|
||||||
- Correctly handle unmapping UDP ports
|
- Correctly handle unmapping UDP ports
|
||||||
- Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build
|
- Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build
|
||||||
- Fix login message to say pull instead of push
|
- Fix login message to say pull instead of push
|
||||||
- Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
|
- Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
|
||||||
@ -2035,3 +2150,4 @@ Tue Apr 9 08:24:33 UTC 2013 - fcastelli@suse.com
|
|||||||
|
|
||||||
- create initial package using version 0.1.3 from git commit 0767916adedb01
|
- create initial package using version 0.1.3 from git commit 0767916adedb01
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user