Skip to content

Commit f881d12

Browse files
committed
Merge pull request #32920 from dreis2211
* gh-32920: Upgrade CI image update detection to Ubuntu Jammy Closes gh-32920
2 parents 92b513d + cc23dbe commit f881d12

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)