* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...
... ockerfiles
Made with ❤️️ by updatecli
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d...
... ocker-bake.hcl
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...
... ockerfiles
Made with ❤️️ by updatecli
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d...
... ocker-bake.hcl
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Update the value of the JDK base image (ARG ALPINE_TAG) in the...
... Dockerfile
Made with ❤️️ by updatecli
* chore: Update the value of the base image (ARG ALPINE_TAG) in the doc...
... ker-bake.hcl
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Bump JDK21 version in build-windows.yaml
Made with ❤️️ by updatecli
* chore: Bump JDK21 version for Linux images in the docker-bake.hcl file
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Bump JDK17 version for Linux images in the docker-bake.hcl file
Made with ❤️️ by updatecli
* chore: Bump default JDK17 version for Linux images in the Windows Doc...
... kerfile
Made with ❤️️ by updatecli
* chore: Bump JDK17 version for Linux images in the Rhel Dockerfile
Made with ❤️️ by updatecli
* chore: Bump JDK17 version for Linux images in the Debian Dockerfiles
Made with ❤️️ by updatecli
* chore: Bump JDK17 version for Linux images in the Alpine Linux Docker...
... file
Made with ❤️️ by updatecli
* chore: Bump JDK17 version in build-windows.yaml
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d...
... ocker-bake.hcl
Made with ❤️️ by updatecli
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...
... ockerfiles
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
https://docs.docker.com/reference/dockerfile/#env says:
> The ENV instruction also allows an alternative syntax ENV <key> <value>,
> omitting the =.
> This syntax does not allow for multiple environment-variables to be
> set in a single ENV instruction, and can be confusing.
> The alternative syntax is supported for backward compatibility, but
> discouraged for the reasons outlined above, and may be removed in a
> future release.
Recent versions of `docker build` now issue a warning about the use of
the older syntax. Rather than have warnings displayed in our builds,
let's switch to the newer syntax.
Testing done:
* Successfully ran `make build` and `make test` on my Linux
* Successfully transitioned my personal container definitions to new syntax without issue
* chore: Update the value of the JDK base image (ARG ALPINE_TAG) in the...
... Dockerfile
Made with ❤️️ by updatecli
* chore: Update the value of the base image (ARG ALPINE_TAG) in the doc...
... ker-bake.hcl
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...
... ockerfiles
Made with ❤️️ by updatecli
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d...
... ocker-bake.hcl
Made with ❤️️ by updatecli
---------
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>