Skip to content

Commit

Permalink
Update check-image.yml to use ubi-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture authored Nov 26, 2024
1 parent c17ead8 commit 187150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: sudo apt-get install -y skopeo
- name: Check change
run: |
skopeo inspect "docker://registry.access.redhat.com/ubi9/ubi:latest" | grep -Po '(?<="Digest": ")([^"]+)' > .baseimagedigest
skopeo inspect "docker://registry.access.redhat.com/ubi9/ubi-minimal:latest" | grep -Po '(?<="Digest": ")([^"]+)' > .baseimagedigest
docker run --rm --entrypoint sh -u 0 quay.io/urbanos/ubi-trino:latest -c \
'yum upgrade -y --security > /dev/null; rpm -qa | sort | sha256sum' \
>> .baseimagedigest
Expand Down

0 comments on commit 187150f

Please sign in to comment.