Hi Everyone!
I'm happy to announce that Docker CE version 17.06.0 has been released!
Installation instructions can be found in the documentation;
https://docs.docker.com/engine/installation/
Or use the script at
https://get.docker.com, for quick way to install Docker CE;
curl -fsSL
get.docker.com -o get-docker.sh
sh ./get-docker.sh
Static binaries can be downloaded from;
Linux:
https://download.docker.com/linux/static/stable/
Windows:
https://download.docker.com/win/static/stable/
Mac (client):
https://download.docker.com/mac/static/stable/
Versions of Docker for Mac, and Docker for Windows, Docker for AWS, Docker for
Azure, and Boot2Docker have also been released.
Release notes and source code for this release can be found on GitHub;
https://github.com/docker/docker-ce/releases/tag/v17.06.0-ce
And for an overview of new features in this release, read the blog;
https://blog.docker.com/2017/06/announcing-docker-17-06-community-edition-ce/
**Known issues and deprecation**
Known issue: remote tar archives are uncompressed when using ADD
--------------------------------------------------------------------------------
We identified an issue in Docker CE 17.06.0 image builder causing a change in the
behavior of the ADD instruction of Dockerfile when referencing a remote .tar.gz
file. When adding a remote .tar.gz (ADD
http://example.com/archive.tgz), the
archive is automatically extracted after downloading. The issue will be
addressed in Docker CE 17.06.1.
Deprecation of the "docker-engine" package, and repositories
--------------------------------------------------------------------------------
With Docker 17.06.0, the `docker-engine` packages on
apt.dockerproject.org and
yum.dockerproject.org will no longer receive updates. To get the latest version
of Docker CE, install the "docker-ce" packages from
download.docker.com.
Interaction with legacy (v1) registries
--------------------------------------------------------------------------------
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=false daemon option. Interaction
with v1 registries will be removed in Docker 17.12.
If you have any question whatsoever, don’t hesitate to contact me!
--
Sebastiaan van Stijn
@thaJeztah on GitHub