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

18.03.0-ce

Compare
Choose a tag to compare
@GordonTheTurtle GordonTheTurtle released this 22 Mar 06:58
· 170 commits to 18.03 since this release
0520e24

Changelog

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

18.03.0-ce (2018-03-21)

Builder

  • Fixes files leaking to other images in a multi-stage build moby/moby#36338

Client

  • docker build now runs faster when registry-specific credential helper(s) are configured docker/cli#840
  • Update event filter zsh completion with disable, enable, install and remove docker/cli#372
  • Produce errors when empty ids are passed into inspect calls moby/moby#36144
  • Marshall version for the k8s controller docker/cli#891
  • Set a non-zero timeout for HTTP client communication with plugin backend docker/cli#883

Logging

Networking

  • Verify NetworkingConfig to make sure EndpointSettings is not nil moby/moby#36077

Runtime

  • Fix issue of ExitCode and PID not show up in Task.Status.ContainerStatus moby/moby#36150
  • Fix issue with plugin scanner going too deep moby/moby#36119
  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for ContainerStatPath, CopyFromContainer, and CopyToContainer methods moby/moby#35979
  • Fix systemd slice expansion so that it could be consumed by cAdvisor moby/moby#36449
  • Fix devices mounted with wrong uid/gid moby/moby#36449
  • Fix read-only containers with IPC private mounts /dev/shm read-only moby/moby#36526

Swarm Mode

  • Fix issue where network inspect does not show Created time for networks in swarm scope moby/moby#36095