Skip to content

Commit d50e9fc

Browse files
authored
Merge pull request #762 from gounthar/updatecli-jdk
chore(updatecli) Fix JDK manifests to use the proper Ubuntu version
2 parents ca6f809 + 598e08b commit d50e9fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

updatecli/updatecli.d/jdk11.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ conditions:
4444
image: eclipse-temurin
4545
checkTemurinDebianDockerImages:
4646
kind: dockerimage
47-
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-focal" is available
47+
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-jammy" is available
4848
transformers:
49-
- addsuffix: "-jdk-focal"
49+
- addsuffix: "-jdk-jammy"
5050
spec:
5151
architectures:
5252
- linux/amd64

updatecli/updatecli.d/jdk17.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ conditions:
4444
image: eclipse-temurin
4545
checkTemurinDebianDockerImages:
4646
kind: dockerimage
47-
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-focal" is available
47+
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-jammy" is available
4848
transformers:
49-
- addsuffix: "-jdk-focal"
49+
- addsuffix: "-jdk-jammy"
5050
spec:
5151
architectures:
5252
- linux/amd64

0 commit comments

Comments
 (0)