We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca46e8 commit 94e023aCopy full SHA for 94e023a
7.9/Dockerfile
@@ -100,7 +100,7 @@ RUN set -exo pipefail; \
100
fi
101
102
# RUNTIME IMAGE
103
-FROM eclipse-temurin:8-jre-focal as final
+FROM jre-base as final
104
LABEL maintainer "Kevin Collins <kcollins@purelinux.net>"
105
106
# Install some prerequisite packages
docker-bake.hcl
@@ -25,6 +25,9 @@ variable "IGNITION_VERSION_81_RC" {
25
# Ignition Base Build Targets
26
target "7_9-base" {
27
context = "7.9"
28
+ contexts = {
29
+ jre-base = "docker-image://eclipse-temurin:8-jre-jammy"
30
+ }
31
platforms = [
32
"linux/amd64",
33
"linux/arm",
0 commit comments