Skip to content

Commit

Permalink
Merge branch 'main' into glue2
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb authored Sep 16, 2024
2 parents 0516869 + 5bef9b4 commit 47b526f
Show file tree
Hide file tree
Showing 50 changed files with 2,794 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .baseimagedigest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sha256:de2a0a20c1c3b39c3de829196de9694d09f97cd18fda1004de855ed2b4c841ba
fba520d22d6237636c9e53e8d20bc95c9eebed7fd2e491e6d788291ab58cf47f -
sha256:a47c89f02b39a98290f88204ed3d162845db0a0c464b319c2596cfd1e94b444e
f8cf0be44aeaac74076ab865d1a5f672009ac8fa338ff2ef4344a3bef08cf604 -
2 changes: 1 addition & 1 deletion .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Check change
run: |
skopeo inspect "docker://registry.access.redhat.com/ubi8/ubi-minimal:latest" | grep -Po '(?<="Digest": ")([^"]+)' > .baseimagedigest
skopeo inspect "docker://registry.access.redhat.com/ubi9-minimal:latest" | grep -Po '(?<="Digest": ")([^"]+)' > .baseimagedigest
docker run --rm --entrypoint sh -u 0 quay.io/cloudservices/koku:latest -c \
'yum upgrade -y --security > /dev/null; rpm -qa | sort | sha256sum' \
>> .baseimagedigest
Expand Down
Loading

0 comments on commit 47b526f

Please sign in to comment.