Skip to content

Commit

Permalink
RHINENG-13369: updated ubi minimal version (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <csubrama@redhat.com>
  • Loading branch information
chandrams authored Oct 1, 2024
1 parent 0febc16 commit 7a53621
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/ubi8/ubi-minimal:8.10" | grep -Po '(?<="Digest": ")([^"]+)' > .baseimagedigest
skopeo inspect "docker://registry.access.redhat.com/ubi9/ubi-minimal:9.4" | grep -Po '(?<="Digest": ")([^"]+)' > .baseimagedigest
docker run --rm --entrypoint sh -u 0 quay.io/cloudservices/autotune:latest -c \
'rpm -qa | sort | sha256sum' >> .baseimagedigest
- name: Do change if the digest changed
Expand Down

0 comments on commit 7a53621

Please sign in to comment.