We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9eca46 commit de5bd42Copy full SHA for de5bd42
Dockerfile
@@ -2,7 +2,11 @@
2
#
3
# initially based on https://github.com/jurrian/existdb-alpine
4
5
-FROM eclipse-temurin:17-jre
+# make base image available as build argument
6
+# to allow for different JRE versions
7
+ARG BASE_IMAGE=eclipse-temurin:17-jre
8
+
9
+FROM ${BASE_IMAGE}
10
LABEL org.opencontainers.image.authors="Peter Stadler"
11
LABEL org.opencontainers.image.source="https://github.com/peterstadler/existdb-docker"
12
0 commit comments