Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent c497a8d commit 8489d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ init-upgrade:

LOCAL_REGISTRY_NAME := k3d.localhost
LOCAL_REGISTRY_PORT := 5005
K3S_IMAGE := cgr.dev/chainguard/k3s:latest@sha256:d1217c6d5f7941717a0ccdb5bef3fb89d354e78c2d0efb300138455f00ad17c3
K3S_IMAGE := cgr.dev/chainguard/k3s:latest@sha256:bea538020d58ed6454a64b3dee1ec78a82e967187b1645a13fce3002c2b8aa85

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:b417ad3aaa14831ed1b5d4c0c8fa20cfdc494bf556532b72a3899501b229009e \
ghcr.io/wolfi-dev/sdk:latest@sha256:0405e641c4f972fbe983daf90525e7c7951bd79234614d51f7861ef2829ef1cf \
publish /tmp/latest.apko.json ${container_name}:5000/reproduction
)

Expand Down

0 comments on commit 8489d4b

Please sign in to comment.