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 Jan 7, 2025
1 parent 71471bf commit f80a78e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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:bea538020d58ed6454a64b3dee1ec78a82e967187b1645a13fce3002c2b8aa85
K3S_IMAGE := cgr.dev/chainguard/k3s:latest@sha256:f7744ba2a461d88e0ebe9e4ac18914fd79033a1d066ff095a303d832c78c5cee

k3d-registry:
@# Create a local registry managed by k3d only if it doesn't exist
Expand Down
2 changes: 1 addition & 1 deletion images/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `python` Chainguard Image provides a minimal Python runtime suitable for wor

We have two image variants available:

- A `python:latest-dev` variant that contains the `pip` and `apk` package managers and the `bash`, `ash`, and `sh` shells.
- A `python:latest-dev` variant that contains the `pip`, `uv`, and `apk` package managers and the `bash`, `ash`, and `sh` shells.
- A minimal runtime variant that removes shells and package managers for additional security.

To pull the minimal runtime variant from `cgr.dev`:
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:91b6f2536990b5be900e35d343c08c22b3918123bb69b6d12968d4fd77b34363 \
ghcr.io/wolfi-dev/sdk:latest@sha256:f6c84fdfb12672ca1464f7dc4afde8e8cf470e6c8d54b0effb92b11c54306cd3 \
publish /tmp/latest.apko.json ${container_name}:5000/reproduction
)

Expand Down
2 changes: 1 addition & 1 deletion tflib/publisher/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
chainguard = {
source = "chainguard-dev/chainguard"
version = ">= 0.1.24"
version = ">= 0.1.25"
}
imagetest = {
source = "chainguard-dev/imagetest"
Expand Down

0 comments on commit f80a78e

Please sign in to comment.