Skip to content

Commit

Permalink
Update images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored May 21, 2024
1 parent f13908b commit e892c74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/presubmit-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: make init-upgrade # Initialize modules.
- run: terraform fmt -check -recursive -diff
- name: Enforce YAML formatting
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:294f01e5b23ddee9a6dd0d3569aee41e0f3ec8b2ce3ad726e6b05b1e0b493cc2
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:f9d7891e092f6c14357ad2d766f3ef4e84a3625aa0b42567f68e7a3c9858a125
with:
entrypoint: wolfictl
args: lint yam images/
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- uses: chainguard-dev/actions/setup-k3d@538d1927b846546b620784754c33e2a1db86e217 # main
with:
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:1dd18987ffa4b383cf969c20c534d4fcb667e6a0801d41917c99a2c34c192557
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:43276dcfa00a08e50eebbfb8a7d2882e1236aa622f9f39c3c87bac46420cfb2d

- name: Configure imagetest provider
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- uses: chainguard-dev/actions/setup-k3d@538d1927b846546b620784754c33e2a1db86e217 # main
with:
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:1dd18987ffa4b383cf969c20c534d4fcb667e6a0801d41917c99a2c34c192557
k3s-image: cgr.dev/chainguard/k3s:latest@sha256:43276dcfa00a08e50eebbfb8a7d2882e1236aa622f9f39c3c87bac46420cfb2d

# Make cosign/crane CLI available to the tests
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ init-upgrade:

LOCAL_REGISTRY_NAME := k3d.localhost
LOCAL_REGISTRY_PORT := 5005
K3S_IMAGE := cgr.dev/chainguard/k3s:latest@sha256:1dd18987ffa4b383cf969c20c534d4fcb667e6a0801d41917c99a2c34c192557
K3S_IMAGE := cgr.dev/chainguard/k3s:latest@sha256:43276dcfa00a08e50eebbfb8a7d2882e1236aa622f9f39c3c87bac46420cfb2d

k3d-registry:
@# Create a local registry managed by k3d only if it doesn't exist
Expand Down
2 changes: 1 addition & 1 deletion tflib/publisher/check-reproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ REBUILT_IMAGE_NAME=$(docker run --rm \
-v ${XDG_CACHE_HOME:-$HOME/.cache}:/cache \
-e XDG_CACHE_HOME=/cache \
--entrypoint apko \
ghcr.io/wolfi-dev/sdk:latest@sha256:294f01e5b23ddee9a6dd0d3569aee41e0f3ec8b2ce3ad726e6b05b1e0b493cc2 \
ghcr.io/wolfi-dev/sdk:latest@sha256:f9d7891e092f6c14357ad2d766f3ef4e84a3625aa0b42567f68e7a3c9858a125 \
publish /tmp/latest.apko.json ${container_name}:5000/reproduction
)

Expand Down

0 comments on commit e892c74

Please sign in to comment.