Skip to content

Commit

Permalink
Merge pull request #5734 from wolfi-dev/update-digests
Browse files Browse the repository at this point in the history
Update images digests
  • Loading branch information
dlorenc authored Sep 20, 2023
2 parents d80c1b8 + 97520b6 commit 409fee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# permissions:

container:
image: ghcr.io/wolfi-dev/sdk:latest@sha256:495b0a1902724fcedff7f73f1e3a1d58600f7d3badef8c4b6661afcf2116746f
image: ghcr.io/wolfi-dev/sdk:latest@sha256:303c48da112a55bb884dd035a7cfef35b24528aca99e9a2223bb0170183c39ab
# TODO: Deprivilege
options: |
--cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# permissions:

container:
image: ghcr.io/wolfi-dev/sdk:latest@sha256:495b0a1902724fcedff7f73f1e3a1d58600f7d3badef8c4b6661afcf2116746f
image: ghcr.io/wolfi-dev/sdk:latest@sha256:303c48da112a55bb884dd035a7cfef35b24528aca99e9a2223bb0170183c39ab
# TODO: Deprivilege
options: |
--cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

container:
# NOTE: This step only signs and uploads, so it doesn't need any privileges
image: ghcr.io/wolfi-dev/sdk:latest@sha256:495b0a1902724fcedff7f73f1e3a1d58600f7d3badef8c4b6661afcf2116746f
image: ghcr.io/wolfi-dev/sdk:latest@sha256:303c48da112a55bb884dd035a7cfef35b24528aca99e9a2223bb0170183c39ab

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
# Copy wolfictl out of the wolfictl image and onto PATH
TMP=$(mktemp -d)
docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:495b0a1902724fcedff7f73f1e3a1d58600f7d3badef8c4b6661afcf2116746f -c "cp /usr/bin/wolfictl /out"
docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:303c48da112a55bb884dd035a7cfef35b24528aca99e9a2223bb0170183c39ab -c "cp /usr/bin/wolfictl /out"
echo "$TMP" >> $GITHUB_PATH
# Assuming that we have a list of changed files such as `foo.yaml` and `bar.yaml`, this
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: wolfi-builder-spot-${{ matrix.arch }}
needs: changes
container:
image: ghcr.io/wolfi-dev/sdk:latest@sha256:495b0a1902724fcedff7f73f1e3a1d58600f7d3badef8c4b6661afcf2116746f
image: ghcr.io/wolfi-dev/sdk:latest@sha256:303c48da112a55bb884dd035a7cfef35b24528aca99e9a2223bb0170183c39ab
options: |
--cap-add NET_ADMIN --cap-add SYS_ADMIN --security-opt seccomp=unconfined --security-opt apparmor:unconfined
Expand Down

0 comments on commit 409fee8

Please sign in to comment.