46 KiB
| title | description | keywords | redirect_from | ||||
|---|---|---|---|---|---|---|---|
| Docker EE Engine release notes | Learn about new features, improvements, and known issues in the Enterprise Edition of Docker engine. | ee, release notes, upgrade |
|
This document describes the latest changes, additions, known issues, and fixes for Docker Enterprise Edition (Docker EE).
Docker EE is functionally equivalent to the corresponding Docker CE that it references. However, Docker EE also includes back-ported fixes (security-related and priority defects) from the open source. It incorporates defect fixes that you can use in environments where new features cannot be adopted as quickly for consistency and compatibility reasons.
18.03.1-ee-2 (2018-07-10)
Important notes about this release
If you're deploying UCP or DTR, use Docker EE Engine 17.06. {: .important}
Runtime
- Add /proc/acpi to masked paths (CVE-2018-10892). moby/moby#37404
18.03.1-ee-1 (2018-06-27)
Important notes about this release
If you're deploying UCP or DTR, use Docker EE Engine 17.06. {: .important}
Client
- Update to docker-ce 18.03.1 client.
- Add
docker trustcommand for image signing and enabling the secure supply chain from development to deployment. - Add docker compose on Kubernetes.
Runtime
- Update to docker-ce 18.03.1 engine.
- Add support for FIPS 140-2 on x86_64.
- Add support for Microsoft Windows Server 1709.
- Add support for Microsoft Windows Server 1803.
- Windows opt-out telemetry stream.
- Support for
--chownwithCOPYandADDinDockerfile. - Add support for multiple logging drivers for
docker logs.
17.06.2-ee-16 (2018-07-26)
Client
- Fix service rollback options being cross-wired. docker/cli#1052
Networking
- Protect against possible race on ingress programming. docker/libnetwork#2195
- Add a recovery mechanism for a split gossip cluster. docker/libnetwork#2169
Packaging
- Update packaging description and license to Docker EUSA.
Runtime
- Update overlay2 to use naive diff for changes. moby/moby#37313
Swarm mode
- Fix task reaper batching. docker/swarmkit#2678
- RoleManager will remove deleted nodes from the cluster membership. docker/swarmkit#2607
- Fix unassigned task leak when service is removed. docker/swarmkit#2708
17.06.2-ee-15 (2018-07-10)
Runtime
- Add /proc/acpi to masked paths (CVE-2018-10892). moby/moby#37404
17.06.2-ee-14 (2018-06-21)
Client
- Set a 30s timeout for HTTP client communication with plugin backend. docker/cli#883
- Fix
docker versionoutput misaligned. docker/cli#965
Runtime
- Fix Windows docker daemon crash when docker stats is used. moby/moby#35968
- Add
/proc/keysto masked paths. moby/moby#36368 - Added support for persisting Windows network driver options. moby/moby#35563
- Fix to ensure graphdriver dir is a shared mount. moby/moby#36047
Swarm mode
- Fix
docker stack deploy --prunewith empty name removes all swarm services. moby/moby#36776
17.06.2-ee-13 (2018-06-04)
Networking
- Fix attachable containers that may leave DNS state when exiting. docker/libnetwork#2175
17.06.2-ee-12 (2018-05-29)
Networking
- Fix to allow service update with no connection loss. docker/libnetwork#2157
17.06.2-ee-11 (2018-05-17)
Client
- Fix presentation of published "random" host ports. docker/cli#404
Networking
- Fix concurrent CreateNetwork in bridge driver. docker/libnetwork#2127
Runtime
- Use rslave propagation for mounts from daemon root. moby/moby#36055
- Use rslave instead of rprivate in choortarchive. moby/moby#35217
- Set daemon root to use shared propagation. moby/moby#36096
- Windows: Increase container default shutdown timeout. moby/moby#35184
- Avoid using all system memory with authz plugins. moby/moby#36595
- Daemon/stats: more resilient cpu sampling. moby/moby#36519
Known issues
- When all Swarm managers are stopped at the same time, the swarm might end up in a split-brain scenario. Learn more.
17.06.2-ee-10 (2018-04-27)
Runtime
- Fix version output to not have
-dev.
17.06.2-ee-9 (2018-04-26)
Runtime
- Make Swarm manager Raft quorum parameters configurable in daemon config. moby/moby#36726
- Windows: Ignore missing tombstone files when closing an image.
- Windows: Fix directory deletes when a container sharing a base image is running.
Swarm mode
- Increase raft ElectionTick to 10xHeartbeatTick. docker/swarmkit#2564
- Adding logic to restore networks in order. docker/swarmkit#2584
17.06.2-ee-8 (2018-04-17)
Runtime
- Update
hcsshimto v0.6.10 to address CVE-2018-8115
Networking
- Update libnetwork to fix stale HNS endpoints on Windows. moby/moby#36603
Packaging
- Ensure the graphdriver dir is a shared mount within docker systemd service.
Known issues
- Under certain conditions, swarm leader re-election may timeout prematurely. During this period, docker commands may fail. Also during this time, creation of globally-scoped networks may be unstable. As a workaround, wait for leader election to complete before issuing commands to the cluster.
17.06.2-ee-7 (2018-03-19)
Important notes about this release
- The
overlay2detection has been improved in this release. On Linux distributions wheredevicemapperwas the default storage driver,overlay2is now used by default, if the kernel supports it.
Logging
- Set timeout on splunk batch send moby/moby#35496
- AWS: Fix batch size calculation for large logsmoby/moby#35726
- Support a proxy in splunk log driver moby/moby#36220
Networking
- Fix NetworkDB node management race condition docker/libnetwork#2033
- Update Netlink socket timeout docker/libnetwork#2044
- Fix for duplicate IP issues docker/libnetwork#2105
Packaging
- Add a platform version to
Docker --versiondocker/cli#427 and moby/moby#35705
- SLES and Ubuntu set TasksMax in docker.service docker/docker-ce-packaging#78
Runtime
- Adjust min TLS Version to v1.2 for PCI compliance docker/go-connections#45
- Fix systemd cgroup after memory type changed opencontainers/runc#1573
- Detect overlay2 support on pre-4.0 kernels moby/moby#35527
- Enables deferred device deletion/removal by default if the driver version in the kernel supports the feature moby/moby#33698
- Fix EBUSY errors under overlayfs and v4.13+ kernels moby/moby#34914 and moby/moby#34948
- Fix TestMount under a selinux system moby/moby#34965
- Fix devicemapper error: cannot remove container filesystem, layer not retained moby/moby#36160
- Golang bumped to 1.8.7
- Add timeouts for volume plugin ops moby/moby#35441
- Add
REMOVEandORPHANEDtoTaskStatemoby/moby#36146
- Fix abort when setting
may_detach_mountsmoby/moby#35172
- Windows: Ensure Host Network Service exists moby/moby#34928
- Fix issue where network inspect does not show created time in swarm scope moby/moby#36095
- Windows: Daemon should respect
DOCKER_TMPDIRmoby/moby#35077
- Merge global storage options on create moby/moby#34508
- Remove support for overlay/overlay2 without d_type moby/moby#35514
Swarm mode
- Add required call to allocate VIPs when endpoints are restored docker/swarmkit#2468
- Synchronize Dispatcher.Stop() with incoming rpcs docker/swarmkit#2524
- Fix IP overlap with empty EndpointSpec docker/swarmkit#2511
17.06.2-ee-6 (2017-11-27)
Runtime
- Create labels when volume exists only remotely moby/moby#34896
- Fix leaking container/exec state moby/moby#35484
- Protect health monitor channel to prevent panics moby/moby#35482
- Mask
/proc/scsipath from use in container moby/moby#35399 - Fix memory exhaustion when a malformed image could cause the daemon to crash moby/moby#35424
Swarm mode
- Fix deadlock on getting swarm info moby/moby#35388
- Only shut down old tasks on success docker/swarmkit#2308
- Error on cluster spec name change docker/swarmkit#2436
17.06.2-ee-5 (2017-11-02)
Important notes about this release
-
Starting with Docker EE 17.06.2-ee-5, Ubuntu, SLES, RHEL packages are also available for IBM Power using the ppc64le architecture.
-
Docker EE 17.06.2-ee-5 now enables the telemetry plugin by default on all supported Linux distributions. For more details, including how to opt out, see the documentation.
Client
- Set APIVersion on the client, even when Ping fails docker/cli#546
Logging
- Fix "raw" mode with the Splunk logging driver moby/moby#34520
Networking
- Disable hostname lookup to speed up check if chain chain exists docker/libnetwork#1974
- Handle cleanup DNS for attachable container to prevent leak in name resolution docker/libnetwork#1989
Packaging
- Add telemetry plugin for all linux distributions
- Fix install of docker-ee on RHEL7 s390x by removing dependency on
container-selinux
Runtime
- Automatically set
may_detach_mounts=1on startup moby/moby#34886 - Fallback to use naive diff driver if enable CONFIG_OVERLAY_FS_REDIRECT_DIR moby/moby#34342
- Set selinux label on local volumes from mounts API moby/moby#34684
- Close pipe in overlay2 graphdriver moby/moby#34863
- Relabel config files moby/moby#34732
- Add support for Windows version filtering on pull of docker image moby/moby#35090
Swarm mode
- Increase gRPC request timeout to 20 seconds for sending snapshots to prevent
context deadline exceedederrors docker/swarmkit#2391 - When a node is removed, delete all of its attachment tasks so networks used by those tasks can be removed docker/swarmkit#2414
Known issues
- It's recommended that users create overlay networks with
/24blocks (the default) of 256 IP addresses when networks are used by services created using VIP-based endpoint-mode (the default). This is because of limitations with Docker Swarm moby/moby#30820. Users should not work around this by increasing the IP block size. To work around this limitation, either usednsrrendpoint-mode or use multiple smaller overlay networks. - Docker may experience IP exhaustion if many tasks are assigned to a single overlay network, for example if many services are attached to that network or because services on the network are scaled to many replicas. The problem may also manifest when tasks are rescheduled because of node failures. In case of node failure, Docker currently waits 24h to release overlay IP addresses. The problem can be diagnosed by looking for
failed to allocate network IP for taskmessages in the Docker logs. - SELinux enablement is not supported for containers on IBM Z on RHEL because of missing Red Hat package.
17.06.2-ee-4 (2017-10-12)
Client
- Fix idempotence of
docker stack deploywhen secrets or configs are used docker/cli#509
Logging
- Avoid using a map for log attributes to prevent panic moby/moby#34174
Networking
- Fix for garbage collection logic in NetworkDB. Entries were not properly garbage collected and deleted within the expected time docker/libnetwork#1944 docker/libnetwork#1960
- Allow configuration of max packet size in network DB to use the full available MTU. This requires a configuration in the docker daemon and need a dockerd restart docker/libnetwork#1839
- Overlay fix for transient IP reuse docker/libnetwork#1935 docker/libnetwork#1968
- Serialize IP allocation docker/libnetwork#1788
17.06.2-ee-3 (2017-09-22)
Swarm mode
- Increase max message size to allow larger snapshots docker/swarmkit#131
17.06.1-ee-2 (2017-08-24)
Client
- Enable TCP Keep-Alive in Docker client #415
Networking
- Lock goroutine to OS thread while changing NS #1911
Runtime
- devmapper: ensure that UdevWait is called after calls to setCookie #33732
- aufs: ensure diff layers are correctly removed to prevent leftover files from using up storage #34587
Swarm mode
- Ignore PullOptions for running tasks #2351
17.06.1-ee-1 (2017-08-16)
Important notes about this release
-
Starting with Docker EE 17.06.1, Ubuntu, SLES, RHEL packages are also available for IBM Z using the s390x architecture.
-
Docker EE 17.06.1 includes a new telemetry plugin which is enabled by default on Ubuntu hosts. For more details, including how to opt out, see [the documentation(/enterprise/telemetry/).
-
Docker 17.06 by default disables communication with legacy (v1) registries. If you require interaction with registries that have not yet migrated to the v2 protocol, set the
--disable-legacy-registry=falsedaemon option.
Builder
- Add
--iidfileoption to docker build. It allows specifying a location where to save the resulting image ID - Allow specifying any remote ref in git checkout URLs #32502
- Add multi-stage build support #31257 #32063
- Allow using build-time args (
ARG) inFROM#31352 - Add an option for specifying build target #32496
- Accept
-f -to read Dockerfile fromstdin, but use local context for building #31236 - The values of default build time arguments (e.g
HTTP_PROXY) are no longer displayed in docker image history unless a correspondingARGinstruction is written in the Dockerfile. #31584
- Fix setting command if a custom shell is used in a parent image #32236
- Fix
docker build --labelwhen the label includes single quotes and a space #31750
- Disable container logging for build containers #29552
- Fix use of
**/in.dockerignore#29043 - Fix a regression, where
ADDfrom remote URL's extracted archives #89 - Fix handling of remote "git@" notation #100
- Fix copy
--fromconflict with force pull #86
Client
- Add
--formatoption todocker stack ls#31557 - Add support for labels in compose initiated builds #32632 #32972
- Add
--formatoption todocker history#30962 - Add
--formatoption todocker system df#31482 - Allow specifying Nameservers and Search Domains in stack files #32059
- Add support for
read_onlyservice todocker stack deploy#docker/cli/73
- Display Swarm cluster and node TLS information #docker/cli/44
- Add support for placement preference to
docker stack deploy#docker/cli/35 - Add new
casubcommand todocker swarmto allow managing a swarm CA #docker/cli/48 - Add credential-spec to compose #docker/cli/71
- Add support for csv format options to
--networkand--network-add#docker/cli/62 #33130
- Fix stack compose bind-mount volumes on Windows #docker/cli/136
- Correctly handle a Docker daemon without registry info #docker/cli/126
- Allow
--detachand--quietflags when using --rollback #docker/cli/144 - Remove deprecated
--emailflag fromdocker login#docker/cli/143
- Adjusted
docker statsmemory output #docker/cli/80 - Add
--mountflag todocker runanddocker create#32251 - Add
--type=secrettodocker inspect#32124 - Add
--formatoption todocker secret ls#31552 - Add
--filteroption todocker secret ls#30810 - Add
--filter scope=<swarm|local>todocker network ls#31529 - Add
--cpussupport todocker update#31148 - Add label filter to
docker system pruneand otherprunecommands #30740 docker stack rmnow accepts multiple stacks as input #32110- Improve
docker version --formatoption when the client has downgraded the API version #31022 - Prompt when using an encrypted client certificate to connect to a docker daemon #31364
- Display created tags on successful
docker build#32077 - Cleanup compose convert error messages #32087
- Output of docker CLI --help is now wrapped to the terminal width #28751
- Suppress image digest in docker ps #30848
- Hide command options that are related to Windows #30788
- Fix
docker plugin installprompt to accept "enter" for the "N" default #30769
- Add
truncatefunction for Go templates #30484
- Support expanded syntax of ports in
stack deploy#30476 - Support expanded syntax of mounts in
stack deploy#30597 #31795
- Add
--add-hostfor docker build #30383 - Add
.CreatedAtplaceholder fordocker network ls --format#29900
- Update order of
--secret-rmand--secret-add#29802
- Add
--filter enabled=truefordocker plugin ls#28627 - Add
--formattodocker service ls#28199 - Add
publishandexposefilter fordocker ps --filter#27557
- Support multiple service IDs on
docker service ps#25234
- Allow swarm join with
--availability=drain#24993
- Docker inspect now shows "docker-default" when AppArmor is enabled and no other profile was defined #27083
- Make pruning volumes optional when running
docker system prune, and add a--volumesflag #109 - Show progress of replicated tasks before they are assigned #97
- Fix
docker waithanging if the container does not exist #106 - If
docker swarm cais called without the--rotateflag, warn if other flags are passed #110 - Fix API version negotiation not working if the daemon returns an error #115
- Print an error if "until" filter is combined with "--volumes" on system prune #154
Contrib
- Add support for building docker debs for Ubuntu 17.04 Zesty on amd64 #32435
Daemon
- Fix
--api-cors-headerbeing ignored if--api-enable-corsis not set #32174 - Cleanup docker tmp dir on start #31741
- Deprecate
--graphflag in favor or--data-root#28696
Distribution
- Select digest over tag when both are provided during a pull #33214
Logging
- Add monitored resource type metadata for GCP logging driver #32930
- Add multiline processing to the AWS CloudWatch logs driver #30891
- Add support for logging driver plugins #28403
- Add support for showing logs of individual tasks to
docker service logs, and add/task/{id}/logsREST endpoint #32015 - Add
--log-opt env-regexoption to match environment variables using a regular expression #27565
- Implement optional ring buffer for container logs #28762
- Add
--log-opt awslogs-create-group=<true|false>for awslogs (CloudWatch) to support creation of log groups as needed #29504
- Fix segfault when using the gcplogs logging driver with a "static" binary #29478
- Fix stderr logging for
journaldandsyslog#95 - Fix log readers can block writes indefinitely #98
- Fix
awslogsdriver repeating last event #151
Networking
- Add Support swarm-mode services with node-local networks such as macvlan, ipvlan, bridge, host #32981
- Pass driver-options to network drivers on service creation #32981
- Isolate Swarm Control-plane traffic from Application data traffic using --data-path-addr #32717
- Several improvements to Service Discovery #docker/libnetwork/1796
- Allow user to replace, and customize the ingress network #31714
- Fix UDP traffic in containers not working after the container is restarted #32505
- Fix files being written to
/var/lib/dockerif a different data-root is set #32505
- Check parameter
--ip,--ip6and--link-local-ipindocker network connect#30807
- Added support for
dns-search#30117 - Added --verbose option for docker network inspect to show task details from all swarm nodes #31710
- Clear stale datapath encryption states when joining the cluster docker/libnetwork#1354
- Ensure iptables initialization only happens once docker/libnetwork#1676
- Fix bad order of iptables filter rules docker/libnetwork#961
- Add anonymous container alias to service record on attachable network docker/libnetwork#1651
- Support for
com.docker.network.container_interface_prefixdriver label docker/libnetwork#1667 - Improve network list performance by omitting network details that are not used #30673
- Fix issue with driver options not received by network drivers #127
Packaging
- Rely on
container-selinuxon Centos/Fedora/RHEL when available #32437
Plugins
- Make plugin removes more resilient to failure #91
Runtime
- Add build & engine info prometheus metrics #32792
- Update containerd to d24f39e203aa6be4944f06dd0fe38a618a36c764 #33007
- Update runc to 992a5be178a62e026f4069f443c6164912adbf09 #33007
- Add option to auto-configure blkdev for devmapper #31104
- Add log driver list to
docker info#32540 - Add API endpoint to allow retrieving an image manifest #32061
- Do not remove container from memory on error with
forceremove#31012
- Add support for metric plugins #32874
- Return an error when an invalid filter is given to
prunecommands #33023
- Add daemon option to allow pushing foreign layers #33151
- Fix an issue preventing containerd to be restarted after it died #32986
- Upgrade to Go 1.8.3 #33387
- Prevent a containerd crash when journald is restarted #33007
- Fix healthcheck failures due to invalid environment variables #33249
- Prevent a directory to be created in lieu of the daemon socket when a container mounting it is to be restarted during a shutdown #30348
- Prevent a container to be restarted upon stop if its stop signal is set to
SIGKILL#33335 - Ensure log drivers get passed the same filename to both StartLogging and StopLogging endpoints #33583
- Remove daemon data structure dump on
SIGUSR1to avoid a panic #33598 - Ensure health probe is stopped when a container exits #32274
- Handle paused container when restoring without live-restore set #31704
- Do not allow sub second in healthcheck options in Dockerfile #31177
- Support name and id prefix in
secret update#30856 - Use binary frame for websocket attach endpoint #30460
- Fix linux mount calls not applying propagation type changes #30416
- Fix ExecIds leak on failed
exec -i#30340 - Prune named but untagged images if
danglingOnly=true#30330
- Add daemon flag to set
no_new_privas default for unprivileged containers #29984 - Add daemon option
--default-shm-size#29692 - Support registry mirror config reload #29650
- Ignore the daemon log config when building images #29552
- Move secret name or ID prefix resolving from client to daemon #29218
- Add the ability to specify extra rules for a container device
cgroup devices.allowmechanism #22563
- Fix
cpu.cfs_quota_usbeing reset when runningsystemd daemon-reload#31736
- Prevent a
goroutineleak whenhealthcheckgets stopped #90 - Do not error on relabel when relabel not supported #92
- Limit max backoff delay to 2 seconds for GRPC connection #94
- Fix issue preventing containers to run when memory cgroup was specified due to bug in certain kernels #102
- Fix container not responding to SIGKILL when paused #102
- Improve error message if an image for an incompatible OS is loaded #108
- Fix a handle leak in
go-winio#112 - Fix issue upon upgrade, preventing docker from showing running containers when
--live-restoreis enabled #117 - Fix bug where services using secrets would fail to start on daemons using the
userns-remapfeature #121 - Fix error handling with
not-existerrors on remove #142 - Fix REST API Swagger representation cannot be loaded with SwaggerUI #156
Security
- Allow personality with UNAME26 bit set in default seccomp profile #32965
- Allow setting SELinux type or MCS labels when using
--ipc=container:or--ipc=host#30652 - Redact secret data on secret creation #99
Swarm mode
- Add an option to allow specifying a different interface for the data traffic (as opposed to control traffic) #32717
- Allow specifying a secret location within the container #32571
- Add support for secrets on Windows #32208
- Add TLS Info to swarm info and node info endpoint #32875
- Add support for services to carry arbitrary config objects #32336, #docker/cli/45,#33169
- Add API to rotate swarm CA certificate #32993
- Placement now also take platform in account #33144
- Fix possible hang when joining fails #docker-ce/19
- Fix an issue preventing external CA to be accepted #33341
- Fix possible orchestration panic in mixed version clusters #swarmkit/2233
- Avoid assigning duplicate IPs during initialization #swarmkit/2237
- Add update/rollback order for services (
--update-order/--rollback-order) #30261 - Add support for synchronous
service createandservice update#31144 - Add support for "grace periods" on healthchecks through the
HEALTHCHECK --start-periodand--health-start-periodflag todocker service create,docker service update,docker create, anddocker runto support containers with an initial startup time #28938
docker service createnow omits fields that are not specified by the user, when possible. This allows defaults to be applied inside the manager #32284docker service inspectnow shows default values for fields that are not specified by the user #32284- Move
docker service logsout of experimental #32462 - Add support for Credential Spec and SELinux to services to the API #32339
- Add
--entrypointflag todocker service createanddocker service update#29228 - Add
--network-addand--network-rmtodocker service update#32062 - Add
--credential-specflag todocker service createanddocker service update#32339 - Add
--filter mode=<global|replicated>todocker service ls#31538 - Resolve network IDs on the client side, instead of in the daemon when creating services #32062
- Add
--formatoption todocker node ls#30424 - Add
--pruneoption todocker stack deployto remove services that are no longer defined in the docker-compose file #31302 - Add
PORTScolumn fordocker service lswhen usingingressmode #30813
- Fix unnescessary re-deploying of tasks when environment-variables are used #32364
- Fix
docker stack deploynot supportingendpoint_modewhen deploying from a docker compose file #32333 - Proceed with startup if cluster component cannot be created to allow recovering from a broken swarm setup #31631
- Topology-aware scheduling #30725
- Automatic service rollback on failure #31108
- Worker and manager on the same node are now connected through a UNIX socket docker/swarmkit#1828, docker/swarmkit#1850, docker/swarmkit#1851
- Improve raft transport package docker/swarmkit#1748
- No automatic manager shutdown on demotion/removal docker/swarmkit#1829
- Use TransferLeadership to make leader demotion safer docker/swarmkit#1939
- Decrease default monitoring period docker/swarmkit#1967
- Add Service logs formatting #31672
- Fix service logs API to be able to specify stream #31313
- Add
--stop-signalforservice createandservice update#30754 - Add
--read-onlyforservice createandservice update#30162 - Renew the context after communicating with the registry #31586
- (experimental) Add
--tailand--sinceoptions todocker service logs#31500 - (experimental) Add
--no-task-idsand--no-truncoptions todocker service logs#31672
- Do not add duplicate platform information to service spec #107
- Cluster update and memory issue fixes #114
- Changing get network request to return predefined network in swarm #150
Windows
- Block pulling Windows images on non-Windows daemons #29001
Deprecation
- Disable legacy registry (v1) by default #33629
- Deprecate
--api-enable-corsdaemon flag. This flag was marked deprecated in Docker 1.6.0 but not listed in deprecated features #32352 - Remove Ubuntu 12.04 (Precise Pangolin) as supported platform. Ubuntu 12.04 is EOL, and no longer receives updates #32520
Known issues
If a container is spawned on node A, using the same IP of a container destroyed on nodeB within 5 min from the time that it exit, the container on node A is not reachable until one of these 2 conditions happens:
- Container on A sends a packet out,
- The timer that cleans the arp entry in the overlay namespace is triggered (around 5 minutes).
As a workaround, send at least a packet out from each container like (ping, GARP, etc).
Docker EE 17.03.2-ee-8 (2017-12-13)
- Handle cleanup DNS for attachable container to prevent leak in name resolution docker/libnetwork#1999
- When a node is removed, delete all of its attachment tasks so networks used by those tasks can be removed docker/swarmkit#2417
- Increase gRPC request timeout to 20 seconds for sending snapshots to prevent
context deadline exceedederrors docker/swarmkit#2406 - Avoid using a map for log attributes to prevent panic moby/moby#34174
- Fix "raw" mode with the Splunk logging driver moby/moby#34520
- Don't unmount entire plugin manager tree on remove moby/moby#33422
- Redact secret data on secret creation moby/moby#33884
- Sort secrets and configs to ensure idempotence and prevent
docker stack deployfrom useless restart of services docker/cli#509 - Automatically set
may_detach_mounts=1on startup to preventdevice or resource busyerrors moby/moby#34886 - Don't abort when setting
may_detach_mountsmoby/moby#35172 - Protect health monitor channel to prevent engine panic moby/moby#35482
Docker EE 17.03.2-ee-7 (2017-10-04)
- Fix logic in network resource reaping to prevent memory leak docker/libnetwork#1944 docker/libnetwork#1960
- Increase max GRPC message size to 128MB for larger snapshots so newly added managers can successfully join docker/swarmkit#2375
Docker EE 17.03.2-ee-6 (2017-08-24)
- Fix daemon panic on docker image push moby/moby#33105
- Fix panic in concurrent network creation/deletion operations docker/libnetwork#1861
- Improve network db stability under stressful situations docker/libnetwork#1860
- Enable TCP Keep-Alive in Docker client docker/cli#415
- Lock goroutine to OS thread while changing NS docker/libnetwork#1911
- Ignore PullOptions for running tasks docker/swarmkit#2351
Docker EE 17.03.2-ee-5 (20 Jul 2017)
- Add more locking to storage drivers #31136
- Prevent data race on
docker network connect/disconnect#33456 - Improve service discovery reliability #1796 #18078
- Fix resource leak in swarm mode #2215
- Optimize
docker system dffor volumes on NFS #33620 - Fix validation bug with host-mode ports in swarm mode #2177
- Fix potential crash in swarm mode #2268
- Improve network control-plane reliability #1704
- Do not error out when selinux relabeling is not supported on volume filesystem #33831
- Remove debugging code for aufs ebusy errors #31665
- Prevent resource leak on healthchecks #33781
- Fix issue where containerd supervisor may exit prematurely #32590
- Fix potential containerd crash #2
- Ensure server details are set in client even when an error is returned #33827
- Fix issue where slow/dead
docker logsclients can block the container #33897 - Fix potential panic on Windows when running as a service #32244
Docker EE 17.03.2-ee-4 (01 Jun 2017)
Refer to the detailed list of all changes since the release of Docker EE 17.03.1-ee-3
Note: This release includes a fix for potential data loss under certain circumstances with the local (built-in) volume driver.
Docker EE 17.03.1-ee-3 (30 Mar 2017)
- Fix an issue with the SELinux policy for Oracle Linux #31501
Docker EE 17.03.1-ee-2 (28 Mar 2017)
Refer to the detailed list of all changes since the release of Docker EE 17.03.0-ee-1
Docker EE 17.03.0-ee-1 (2 Mar 2017)
Initial Docker EE release, based on Docker CE 17.03.0
- Optimize size calculation for
docker system dfcontainer size #31159