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:
parent
f5247906a6
commit
666a8ba79f
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue