ci: pin fedora:43 base image to digest
Pin registry.fedoraproject.org/fedora:43 to its current manifest digest so a malicious or accidental tag-rewrite upstream cannot silently change the base layer of every CI build. Digest was captured via `skopeo inspect --raw` on 2026-05-06. Refresh procedure documented inline.
This commit is contained in:
parent
bddecf1838
commit
c1974fa6ed
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-iso.yml
vendored
4
.github/workflows/build-iso.yml
vendored
|
|
@ -48,7 +48,9 @@ jobs:
|
||||||
# SHA pinning in a follow-up sweep.
|
# SHA pinning in a follow-up sweep.
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: registry.fedoraproject.org/fedora:43
|
# Pinned to digest from `skopeo inspect --raw` on 2026-05-06.
|
||||||
|
# Refresh by re-running skopeo against fedora:43 and bumping.
|
||||||
|
image: registry.fedoraproject.org/fedora:43@sha256:72e874e771b953c6357c7a5823c6fc1e3e3253b90121e795febe01380e32269b
|
||||||
options: |
|
options: |
|
||||||
--privileged
|
--privileged
|
||||||
-v ${{ github.workspace }}:/work
|
-v ${{ github.workspace }}:/work
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue