ARTEMIS-3983 Change docker base image version from JDK to JRE

JRE is enough to run most Java software, including ActiveMQ Artemis.
This commit is contained in:
Vilius Šumskas 2022-09-03 17:34:22 +03:00
parent f5247906a6
commit 666a8ba79f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# ActiveMQ Artemis
FROM eclipse-temurin:11
FROM eclipse-temurin:11-jre
LABEL maintainer="Apache ActiveMQ Team"
# Make sure pipes are considered to determine success, see: https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]