Skip to content

Commit

Permalink
bump apko reproducibility image (#2198)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Wolf <[email protected]>
  • Loading branch information
joshrwolf authored Feb 8, 2024
1 parent cafe837 commit 91db826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tflib/publisher/check-reproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ REBUILT_IMAGE_NAME=$(docker run --rm \
-v ${PWD}:${PWD}:ro -w ${PWD} \
-v ${XDG_CACHE_HOME:-$HOME/.cache}:/cache \
-e XDG_CACHE_HOME=/cache \
"${APKO_IMAGE:-ghcr.io/wolfi-dev/apko:latest@sha256:df6879902ac6ad6d559e06ade01fef5532146f46731be1cbde51b829ab1f6aa9}" \
"${APKO_IMAGE:-ghcr.io/wolfi-dev/apko:latest@sha256:6aeda5226c6ebc1f949107b1bbae9e8443804ec1bbf55f6dc455b355a241c19f}" \
publish /tmp/latest.apko.json ${container_name}:5000/reproduction
)

Expand Down

0 comments on commit 91db826

Please sign in to comment.