Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(updatecli) Fix JDK manifests to use the proper Ubuntu version #762

Merged
merged 12 commits into from
Mar 18, 2024
Merged
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ conditions:
image: eclipse-temurin
checkTemurinDebianDockerImages:
kind: dockerimage
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-focal" is available
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-jammy" is available
transformers:
- addsuffix: "-jdk-focal"
- addsuffix: "-jdk-jammy"
spec:
architectures:
- linux/amd64
Expand Down
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/jdk17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ conditions:
image: eclipse-temurin
checkTemurinDebianDockerImages:
kind: dockerimage
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-focal" is available
name: Check if the container image "eclipse-temurin:<lastVersion>-jdk-jammy" is available
transformers:
- addsuffix: "-jdk-focal"
- addsuffix: "-jdk-jammy"
spec:
architectures:
- linux/amd64
Expand Down