Skip to content

Commit

Permalink
Update images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] committed Jan 14, 2025
1 parent 0d64206 commit e5bed09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-run/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
required: true
image:
description: "The image to use"
default: "ghcr.io/wolfi-dev/sdk:latest@sha256:42fed66d23feba228f2575750647aa4a9c55d62c17f213d446ab0bdfa8ccb0fa"
default: "ghcr.io/wolfi-dev/sdk:latest@sha256:08df6bdb8097ee4825086d272f3edf9c16773d66be4125e43229a3c6f603eb8f"
required: false
workdir:
description: "The images working directory"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dev-container:
-v "${PWD}:${PWD}" \
-w "${PWD}" \
-e SOURCE_DATE_EPOCH=0 \
ghcr.io/wolfi-dev/sdk:latest@sha256:42fed66d23feba228f2575750647aa4a9c55d62c17f213d446ab0bdfa8ccb0fa
ghcr.io/wolfi-dev/sdk:latest@sha256:08df6bdb8097ee4825086d272f3edf9c16773d66be4125e43229a3c6f603eb8f

PACKAGES_CONTAINER_FOLDER ?= /work/packages
# This target spins up a docker container that is helpful for testing local
Expand Down Expand Up @@ -209,7 +209,7 @@ dev-container-wolfi:
--mount type=bind,source="${PWD}/local-melange.rsa.pub",destination="/etc/apk/keys/local-melange.rsa.pub",readonly \
--mount type=bind,source="$(TMP_REPOS_FILE)",destination="/etc/apk/repositories",readonly \
-w "$(PACKAGES_CONTAINER_FOLDER)" \
ghcr.io/wolfi-dev/sdk:latest@sha256:42fed66d23feba228f2575750647aa4a9c55d62c17f213d446ab0bdfa8ccb0fa
ghcr.io/wolfi-dev/sdk:latest@sha256:08df6bdb8097ee4825086d272f3edf9c16773d66be4125e43229a3c6f603eb8f
@rm "$(TMP_REPOS_FILE)"
@rmdir "$(TMP_REPOS_DIR)"

Expand Down

0 comments on commit e5bed09

Please sign in to comment.