Skip to content

Commit cc23dbe

Browse files
dreis2211wilkinsona
authored andcommitted
Upgrade CI image update detection to Ubuntu Jammy
See gh-32920
1 parent 92b513d commit cc23dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-ubuntu-image-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ISSUE_TITLE="Upgrade Ubuntu version in CI images"
44

5-
ubuntu="focal"
5+
ubuntu="jammy"
66
latest=$( curl -s "https://hub.docker.com/v2/repositories/library/ubuntu/tags/?page_size=1&page=1&name=$ubuntu" | jq -c -r '.results[0].name' | awk '{split($0, parts, "-"); print parts[2]}' )
77
current=$( grep "ubuntu:$ubuntu" git-repo/ci/images/ci-image/Dockerfile | awk '{split($0, parts, "-"); print parts[2]}' )
88

0 commit comments

Comments
 (0)