diff --git a/Makefile b/Makefile index 42a68a76e..59d8e4e6a 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/images/python/README.md b/images/python/README.md index 3bd9eb129..b5bdc043b 100644 --- a/images/python/README.md +++ b/images/python/README.md @@ -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`: diff --git a/tflib/publisher/check-reproducibility.sh b/tflib/publisher/check-reproducibility.sh index 9daaab19d..a67cf4cc5 100755 --- a/tflib/publisher/check-reproducibility.sh +++ b/tflib/publisher/check-reproducibility.sh @@ -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 ) diff --git a/tflib/publisher/providers.tf b/tflib/publisher/providers.tf index 29dff56d2..0f2b6e355 100644 --- a/tflib/publisher/providers.tf +++ b/tflib/publisher/providers.tf @@ -14,7 +14,7 @@ terraform { } chainguard = { source = "chainguard-dev/chainguard" - version = ">= 0.1.24" + version = ">= 0.1.25" } imagetest = { source = "chainguard-dev/imagetest"