We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e86397b + 918ef88 commit f43970eCopy full SHA for f43970e
ci/scripts/detect-ubuntu-image-updates.sh
@@ -4,7 +4,7 @@ ISSUE_TITLE="Upgrade Ubuntu version in CI images"
4
5
ubuntu="focal"
6
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]}' )
7
-current=$( grep "ubuntu:$ubuntu" git-repo/ci/images/spring-boot-ci-image/Dockerfile | awk '{split($0, parts, "-"); print parts[2]}' )
+current=$( grep "ubuntu:$ubuntu" git-repo/ci/images/ci-image/Dockerfile | awk '{split($0, parts, "-"); print parts[2]}' )
8
9
if [[ $current = $latest ]]; then
10
echo "Already up-to-date"
0 commit comments