Merge pull request #1048 from essobedo/AMQ-9305/adapt-docker-files-to-java-17

[AMQ-9305] Adapt the docker-related files to Java 17
This commit is contained in:
JB Onofré 2023-10-16 10:35:10 +02:00 committed by GitHub
commit e259b0e4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
# limitations under the License.
################################################################################
FROM eclipse-temurin:11-jre
FROM eclipse-temurin:17-jre
# ActiveMQ environment variables
ENV ACTIVEMQ_INSTALL_PATH /opt

View File

@ -32,7 +32,7 @@ On macOS, an easy way to install `buildx` is to install [Docker Desktop Edge](ht
## Build
Images are based on the Docker official [Eclipse Temurin 11 JRE](https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=11-jre) image. If you want to
Images are based on the Docker official [Eclipse Temurin 17 JRE](https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=17-jre) image. If you want to
build the ActiveMQ image you have the following choices:
1. Create the docker image from a local distribution package
@ -50,7 +50,7 @@ Usage:
If the --image-name flag is not used the built image name will be 'activemq'.
Check the supported build platforms; you can verify with this command: docker buildx ls
The supported platforms (OS/Arch) depend on the build's base image, in this case [eclipse-temurin:11-jre](https://hub.docker.com/_/eclipse-temurin).
The supported platforms (OS/Arch) depend on the build's base image, in this case [eclipse-temurin:17-jre](https://hub.docker.com/_/eclipse-temurin).
```
To create the docker image from local distribution) you can execute the command

View File

@ -27,7 +27,7 @@ Usage:
If the --image-name flag is not used the built image name will be 'activemq'.
Check the supported build platforms; you can verify with this command: docker buildx ls
The supported platforms (OS/Arch) depend on the build's base image, in this case [eclipse-temurin:11-jre](https://hub.docker.com/_/eclipse-temurin).
The supported platforms (OS/Arch) depend on the build's base image, in this case [eclipse-temurin:17-jre](https://hub.docker.com/_/eclipse-temurin).
HERE
exit 1