Skip to content

Commit 94e023a

Browse files
authored
Updated 7.9 image base to Ubuntu 22.04 (#147)
* Updated 7.9 image base to Ubuntu 22.04 * Moved base image def to buildx bake file
1 parent aca46e8 commit 94e023a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

7.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN set -exo pipefail; \
100100
fi
101101

102102
# RUNTIME IMAGE
103-
FROM eclipse-temurin:8-jre-focal as final
103+
FROM jre-base as final
104104
LABEL maintainer "Kevin Collins <kcollins@purelinux.net>"
105105

106106
# Install some prerequisite packages

docker-bake.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ variable "IGNITION_VERSION_81_RC" {
2525
# Ignition Base Build Targets
2626
target "7_9-base" {
2727
context = "7.9"
28+
contexts = {
29+
jre-base = "docker-image://eclipse-temurin:8-jre-jammy"
30+
}
2831
platforms = [
2932
"linux/amd64",
3033
"linux/arm",

0 commit comments

Comments
 (0)