I am attempting to build Docker images on DockerHub with the --platform
argument to docker build
, which is available in server API version 1.38+. When will the Docker server be updated to at least version 18.06 on the DockerHub automated builds service?
The version I see as of April 6, 2020 is 18.03.1-ee-3, which supports API version 1.37. According to the Docker API version matrix, Docker version 18.06 is the first to support API version 1.38. When might users expect Docker server to be updated to version 18.06 or newer?
For reference, version 18.03 was released sometime in 2018, and version 18.06 was released in early 2019.
re: Enable Experimental Features on DockerHub Automated Builds