Skip to content

Commit

Permalink
As usual, Mark Waite is the voice of reason. Adding debian_slim images
Browse files Browse the repository at this point in the history
for ppc64le and removing the soon-to-be-deprecated ubi8 jdk11 image.
  • Loading branch information
ksalerno99 committed Jan 30, 2024
1 parent aa6ec1e commit f0964e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ group "linux-ppc64le" {
"debian_jdk11",
"debian_jdk17",
"debian_jdk21",
"rhel_ubi8_jdk11",
"debian_slim_jdk17",
"debian_slim_jdk21",
"rhel_ubi9_jdk17",
"rhel_ubi9_jdk21"
]
Expand Down Expand Up @@ -352,7 +353,7 @@ target "debian_slim_jdk17" {
tag_lts(false, "lts-slim-jdk17"),
tag_lts(true, "lts-slim"),
]
platforms = ["linux/amd64"]
platforms = ["linux/amd64", "linux/ppc64le"]
}

target "debian_slim_jdk21" {
Expand All @@ -371,7 +372,7 @@ target "debian_slim_jdk21" {
tag_weekly(false, "slim-jdk21"),
tag_lts(false, "lts-slim-jdk21"),
]
platforms = ["linux/amd64", "linux/arm64"]
platforms = ["linux/amd64", "linux/arm64", "linux/ppc64le"]
}

target "debian_slim_jdk21_preview" {
Expand Down Expand Up @@ -409,7 +410,7 @@ target "rhel_ubi8_jdk11" {
tag_lts(false, "lts-rhel-ubi8-jdk11"),
tag_lts(true, "lts-rhel-ubi8-jdk11")
]
platforms = ["linux/amd64", "linux/arm64", "linux/ppc64le"]
platforms = ["linux/amd64", "linux/arm64"]
}

target "rhel_ubi9_jdk17" {
Expand Down

0 comments on commit f0964e0

Please sign in to comment.