Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Releases: docker-archive/docker-ce

18.09.7

27 Jun 19:51
2d0083d
Compare
Choose a tag to compare

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

18.09.7 (2019-06-27)

Builder

Runtime

  • Performance optimizations in aufs and layer store for massively parallel container creation/removal. moby/moby#39107
  • Update to containerd 1.2.6. moby/moby#39016

Logging

18.09.6 (2019-05-02)

Builder

  • Fix COPY and ADD with multiple <src> do not invalidate cache if DOCKER_BUILDKIT=1. moby/moby#38964

Networking

18.09.5 (2019-04-11)

Builder

Client

Networking

Runtime

Swarm Mode

18.09.4 (2019-03-27)

Builder

  • Add validation for git ref so it can't be misinterpreted as a flag. moby/moby#38944

Runtime

  • Fix docker cp error with filenames greater than 100 characters. moby/moby#38634
  • Fix layer/layer_store: ensure NewInputTarStream resources are released. moby/moby#38413

Swarm Mode

18.09.3 (2019-02-28)

Networking

  • Windows: avoid regeneration of network ids to prevent broken references to networks. docker/engine#149

Runtime

  • Update to Go 1.10.8.
  • Modify some of the names in the container name generator. docker/engine#159
  • When copying existing folder, ignore xattr set errors when the target filesystem doesn't support xattr. docker/engine#135
  • Graphdriver: fix "device" mode not being detected if "character-device" bit is set. docker/engine#160
  • Fix nil pointer derefence on failure to connect to containerd. docker/engine#162
  • Delete stale containerd object on start failure. docker/engine#154

18.09.2 (2019-02-11)

Security

  • Update runc to address a critical vulnerability that allows specially-crafted containers to gain administrative privileges on the host. (CVE-2019-5736)

18.09.1 (2019-01-09)

Builder

  • Additional warnings for use of deprecated legacy overlay and devicemapper storage dirvers. docker/engine#85

Client

  • Add bash completion for experimental CLI commands (manifest). docker/cli#1542

Networking

Packaging

Runtime

18.09.0 (2018-11-08)

Deprecation

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

API

Builder

Read more

18.09.7-rc1

21 Jun 05:21
e97b22c
Compare
Choose a tag to compare
18.09.7-rc1 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

18.09.7 (2019-06-25)

Builder

Runtime

  • Performance optimizations in aufs and layer store for massively parallel container creation/removal. moby/moby#39107
  • Update to containerd 1.2.6. moby/moby#39016

Logging

18.09.6 (2019-05-02)

Builder

  • Fix COPY and ADD with multiple <src> do not invalidate cache if DOCKER_BUILDKIT=1. moby/moby#38964

Networking

18.09.5 (2019-04-11)

Builder

Client

Networking

Runtime

Swarm Mode

18.09.4 (2019-03-27)

Builder

  • Add validation for git ref so it can't be misinterpreted as a flag. moby/moby#38944

Runtime

  • Fix docker cp error with filenames greater than 100 characters. moby/moby#38634
  • Fix layer/layer_store: ensure NewInputTarStream resources are released. moby/moby#38413

Swarm Mode

18.09.3 (2019-02-28)

Networking

  • Windows: avoid regeneration of network ids to prevent broken references to networks. docker/engine#149

Runtime

  • Update to Go 1.10.8.
  • Modify some of the names in the container name generator. docker/engine#159
  • When copying existing folder, ignore xattr set errors when the target filesystem doesn't support xattr. docker/engine#135
  • Graphdriver: fix "device" mode not being detected if "character-device" bit is set. docker/engine#160
  • Fix nil pointer derefence on failure to connect to containerd. docker/engine#162
  • Delete stale containerd object on start failure. docker/engine#154

18.09.2 (2019-02-11)

Security

  • Update runc to address a critical vulnerability that allows specially-crafted containers to gain administrative privileges on the host. (CVE-2019-5736)

18.09.1 (2019-01-09)

Builder

  • Additional warnings for use of deprecated legacy overlay and devicemapper storage dirvers. docker/engine#85

Client

  • Add bash completion for experimental CLI commands (manifest). docker/cli#1542

Networking

Packaging

Runtime

18.09.0 (2018-11-08)

Deprecation

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

API

Builder

Read more

19.03.0-rc3

20 Jun 05:09
27fcb77
Compare
Choose a tag to compare
19.03.0-rc3 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

19.03.0 (2019-06-DD)

Deprecation

  • Remove v1 manifest support, remove --disable-legacy-registry. Pushing v1 manifests to registries is no longer possible, pushing schema v2 (or OCI) manifests is now the only way. However, pulling v1 manifests is still possible. moby/moby#39365
  • Remove v1.10 migrator. moby/moby#38265
  • Skip deprecated storage-drivers in auto-selection. moby/moby#38019
  • Deprecate AuFS storage driver, and add warning. moby/moby#38090

Client

  • Update buildkit to f238f1e. docker/cli#1804
  • Bump google.golang.org/grpc to v1.20.1. docker/cli#1884
  • Cli change to pass driver specific options to docker run. docker/cli#1767
  • Bump Golang 1.12.5. docker/cli#1875
  • The docker system info output now segregates information relevant to the client and daemon. docker/cli#1638
  • (Experimental) When targetting Kubernetes, add support for x-pull-secret: some-pull-secret in compose-files service configs. docker/cli#1617
  • (Experimental) When targetting Kubernetes, add support for x-pull-policy: <Never|Always|IfNotPresent> in compose-files service configs. docker/cli#1617
  • Add support for maximum replicas per node without stack. docker/cli#1612
  • cp, save, export: Prevent overwriting irregular files. docker/cli#1515
  • Allow npipe volume type on stack file. docker/cli#1195

API

  • Add undocumented /grpc endpoint and register BuildKit's controller. moby/moby#38990

Builder

  • builder-next: allow setting buildkit outputs. docker/cli#1766
  • builder-next: look for a Dockerfile specific dockerignore file (eg. Dockerfile.dockerignore) for ignored paths. docker/engine#215
  • builder-next: automatically detect if process execution is possible for x86, arm and arm64 binaries. docker/engine#215
  • builder-next: added inline cache support --cache-from. docker/engine#215
  • builder-next: allow outputs configuration. moby/moby#38898

Experimental

Security

Runtime

Read more

19.03.0-rc2

05 Jun 03:39
f97efcc
Compare
Choose a tag to compare
19.03.0-rc2 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

19.03.0 (2019-06-DD)

Client

API

Builder

  • Builder: fix COPY --from should preserve ownership. moby/moby#38599
  • builder-next: update buildkit to v0.5.0. docker/engine#215
    • This brings in inline cache support. --cache-from can now point to an existing image
      if it was built with --build-arg BUILDKIT_INLINE_CACHE=true and contains the cache metadata in the image config.
  • builder-next: allow outputs configuration. moby/moby#38898
  • builder-next: fix gcr workaround token cache. docker/engine#212
  • builder-next: call stopprogress on download error. docker/engine#215
  • builder-next: buildkit now also uses systemd's resolv.conf. docker/engine#260.
  • TODO changes from BuildKit

Experimental

Security

Runtime

Networking

Swarm

Read more

19.03.0-beta5

30 May 04:08
4a18bf4
Compare
Choose a tag to compare
19.03.0-beta5 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

19.03.0 (2019-MM-DD)

Client

API

Builder

  • Builder: fix COPY --from should preserve ownership. moby/moby#38599
  • builder-next: update buildkit to v0.5.0. docker/engine#215
    • This brings in inline cache support. --cache-from can now point to an existing image
      if it was built with --build-arg BUILDKIT_INLINE_CACHE=true and contains the cache metadata in the image config.
  • builder-next: allow outputs configuration. moby/moby#38898
  • builder-next: fix gcr workaround token cache. docker/engine#212
  • builder-next: call stopprogress on download error. docker/engine#215
  • TODO changes from BuildKit

Experimental

Security

Runtime

Networking

Swarm

Logging

Read more

19.03.0-beta4

14 May 14:08
e4666eb
Compare
Choose a tag to compare
19.03.0-beta4 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

19.03.0 (2019-MM-DD)

Client

API

Builder

  • Builder: fix COPY --from should preserve ownership. moby/moby#38599
  • builder-next: update buildkit to v0.5.0. docker/engine#215
    • This brings in inline cache support. --cache-from can now point to an existing image
      if it was built with --build-arg BUILDKIT_INLINE_CACHE=true and contains the cache metadata in the image config.
  • builder-next: allow outputs configuration. moby/moby#38898
  • builder-next: fix gcr workaround token cache. docker/engine#212
  • builder-next: call stopprogress on download error. docker/engine#215
  • TODO changes from BuildKit

Experimental

Security

Runtime

Networking

Swarm

Logging

Deprecation

18.09.6

06 May 17:22
481bc77
Compare
Choose a tag to compare

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

18.09.6 (2019-05-02)

Builder

  • Fix COPY and ADD with multiple <src> do not invalidate cache if DOCKER_BUILDKIT=1. moby/moby#38964

Networking

18.09.5 (2019-04-11)

Builder

Client

Networking

Runtime

Swarm Mode

18.09.4 (2019-03-27)

Builder

  • Add validation for git ref so it can't be misinterpreted as a flag. moby/moby#38944

Runtime

  • Fix docker cp error with filenames greater than 100 characters. moby/moby#38634
  • Fix layer/layer_store: ensure NewInputTarStream resources are released. moby/moby#38413

Swarm Mode

18.09.3 (2019-02-28)

Networking

  • Windows: avoid regeneration of network ids to prevent broken references to networks. docker/engine#149

Runtime

  • Update to Go 1.10.8.
  • Modify some of the names in the container name generator. docker/engine#159
  • When copying existing folder, ignore xattr set errors when the target filesystem doesn't support xattr. docker/engine#135
  • Graphdriver: fix "device" mode not being detected if "character-device" bit is set. docker/engine#160
  • Fix nil pointer derefence on failure to connect to containerd. docker/engine#162
  • Delete stale containerd object on start failure. docker/engine#154

18.09.2 (2019-02-11)

Security

  • Update runc to address a critical vulnerability that allows specially-crafted containers to gain administrative privileges on the host. (CVE-2019-5736)

18.09.1 (2019-01-09)

Builder

  • Additional warnings for use of deprecated legacy overlay and devicemapper storage dirvers. docker/engine#85

Client

  • Add bash completion for experimental CLI commands (manifest). docker/cli#1542

Networking

Packaging

Runtime

18.09.0 (2018-11-08)

Deprecation

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

API

Builder

Read more

18.09.6-rc1

01 May 16:00
669cb1c
Compare
Choose a tag to compare
18.09.6-rc1 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

18.09.6 (2019-05-02)

Builder

  • Fix COPY and ADD with multiple <src> do not invalidate cache if DOCKER_BUILDKIT=1. moby/moby#38964

Networking

18.09.5 (2019-04-11)

Builder

Client

Networking

Runtime

Swarm Mode

18.09.4 (2019-03-27)

Builder

  • Add validation for git ref so it can't be misinterpreted as a flag. moby/moby#38944

Runtime

  • Fix docker cp error with filenames greater than 100 characters. moby/moby#38634
  • Fix layer/layer_store: ensure NewInputTarStream resources are released. moby/moby#38413

Swarm Mode

18.09.3 (2019-02-28)

Networking

  • Windows: avoid regeneration of network ids to prevent broken references to networks. docker/engine#149

Runtime

  • Update to Go 1.10.8.
  • Modify some of the names in the container name generator. docker/engine#159
  • When copying existing folder, ignore xattr set errors when the target filesystem doesn't support xattr. docker/engine#135
  • Graphdriver: fix "device" mode not being detected if "character-device" bit is set. docker/engine#160
  • Fix nil pointer derefence on failure to connect to containerd. docker/engine#162
  • Delete stale containerd object on start failure. docker/engine#154

18.09.2 (2019-02-11)

Security

  • Update runc to address a critical vulnerability that allows specially-crafted containers to gain administrative privileges on the host. (CVE-2019-5736)

18.09.1 (2019-01-09)

Builder

  • Additional warnings for use of deprecated legacy overlay and devicemapper storage dirvers. docker/engine#85

Client

  • Add bash completion for experimental CLI commands (manifest). docker/cli#1542

Networking

Packaging

Runtime

18.09.0 (2018-11-08)

Deprecation

For more information on the list of deprecated flags and APIs, have a look at
https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

API

Builder

Read more

19.03.0-beta3

25 Apr 04:27
c55e026
Compare
Choose a tag to compare
19.03.0-beta3 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

19.03.0 (2019-05-21)

Client

API

Builder

  • Builder: fix COPY --from should preserve ownership. moby/moby#38599
  • builder-next: update buildkit to c3541087 (v0.4.0). moby/moby#38882
    • This brings in inline cache support. --cache-from can now point to an existing image
      if it was built with --build-arg BUILDKIT_INLINE_CACHE=true and contains the cache metadata in the image config.
  • builder-next: allow outputs configuration. moby/moby#38898
  • TODO changes from BuildKit

Experimental

Security

Runtime

Networking

Swarm

Logging

Deprecation

19.03.0-beta2

19 Apr 05:15
c601560
Compare
Choose a tag to compare
19.03.0-beta2 Pre-release
Pre-release

Changelog

For official release notes for Docker Engine CE and Docker Engine EE, visit the
release notes page.

19.03.0 (2019-05-21)

Client

API

Builder

  • Builder: fix COPY --from should preserve ownership. moby/moby#38599
  • builder-next: update buildkit to c3541087 (v0.4.0). moby/moby#38882
    • This brings in inline cache support. --cache-from can now point to an existing image
      if it was built with --build-arg BUILDKIT_INLINE_CACHE=true and contains the cache metadata in the image config.
  • builder-next: allow outputs configuration. moby/moby#38898
  • TODO changes from BuildKit

Experimental

Security

Runtime

Networking

Swarm

Logging

Deprecation