Version bump for the AdoptOpenJDK image to bring it to the latest released version and...
The processing of the --buildArgs option in docker.gradle seems to have been broken for a long time. I've fixed that problem to give the option of using an ARG to specify a docker repository for AdoptOpenJDK downloads. Why? I've been putting together a repository of multi-architecture images that may be ahead of the core repository (including an Alpine image if anyone's interested).
This change should be transparent to most users because the ARG in question defaults to the docker.io library.
Version bump for the AdoptOpenJDK image to bring it to the latest released version and...
The processing of the
--buildArgs
option in docker.gradle seems to have been broken for a long time. I've fixed that problem to give the option of using an ARG to specify a docker repository for AdoptOpenJDK downloads. Why? I've been putting together a repository of multi-architecture images that may be ahead of the core repository (including an Alpine image if anyone's interested).This change should be transparent to most users because the ARG in question defaults to the docker.io library.