From 7d9855b5b927ee53e8907c2494deca366971f68f Mon Sep 17 00:00:00 2001 From: Kyle Brennan Date: Mon, 17 Aug 2026 05:07:18 +0000 Subject: [PATCH] Update images digests Co-authored-by: Codex --- components/blobserve/leeway.Dockerfile | 2 +- components/content-service/leeway.Dockerfile | 2 +- components/dashboard/leeway.Dockerfile | 2 +- components/ee/agent-smith/leeway.Dockerfile | 2 +- components/ide-metrics/leeway.Dockerfile | 2 +- components/ide-proxy/Dockerfile | 2 +- components/ide-service/leeway.Dockerfile | 2 +- components/ide/jetbrains/backend-plugin/leeway.Dockerfile | 4 ++-- components/ide/jetbrains/image/leeway.Dockerfile | 4 ++-- components/ide/jetbrains/launcher/leeway.Dockerfile | 4 ++-- components/image-builder-mk3/leeway.Dockerfile | 2 +- components/leeway.Dockerfile | 2 +- components/local-app/leeway.Dockerfile | 2 +- components/node-labeler/leeway.Dockerfile | 2 +- components/openvsx-proxy/leeway.Dockerfile | 2 +- components/public-api-server/leeway.Dockerfile | 2 +- components/registry-facade/leeway.Dockerfile | 2 +- components/service-waiter/leeway.Dockerfile | 2 +- components/usage/leeway.Dockerfile | 2 +- components/ws-daemon/debug.Dockerfile | 2 +- .../ws-daemon/seccomp-profile-installer/leeway.Dockerfile | 2 +- components/ws-manager-mk2/leeway.Dockerfile | 2 +- components/ws-proxy/leeway.Dockerfile | 2 +- dev/changelog/leeway.Dockerfile | 2 +- install/installer/leeway.Dockerfile | 2 +- install/installer/pkg/components/redis/constants.go | 2 +- test/leeway.Dockerfile | 2 +- test/tests/components/image-builder/test.Dockerfile | 2 +- 28 files changed, 31 insertions(+), 31 deletions(-) diff --git a/components/blobserve/leeway.Dockerfile b/components/blobserve/leeway.Dockerfile index ca6211a14b58cc..dccc5fe80863b0 100644 --- a/components/blobserve/leeway.Dockerfile +++ b/components/blobserve/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/content-service/leeway.Dockerfile b/components/content-service/leeway.Dockerfile index b087a86a2f0f0c..eb6de6fab8d5ad 100644 --- a/components/content-service/leeway.Dockerfile +++ b/components/content-service/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/dashboard/leeway.Dockerfile b/components/dashboard/leeway.Dockerfile index 9dcedefe92b9ba..5bb339a777a6c9 100644 --- a/components/dashboard/leeway.Dockerfile +++ b/components/dashboard/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 as compress +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 as compress RUN apk add brotli gzip diff --git a/components/ee/agent-smith/leeway.Dockerfile b/components/ee/agent-smith/leeway.Dockerfile index cbab1e14c67fa8..8f3da0cce761f4 100644 --- a/components/ee/agent-smith/leeway.Dockerfile +++ b/components/ee/agent-smith/leeway.Dockerfile @@ -4,7 +4,7 @@ -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 RUN apk add --no-cache git bash ca-certificates COPY components-ee-agent-smith--app/agent-smith /app/ diff --git a/components/ide-metrics/leeway.Dockerfile b/components/ide-metrics/leeway.Dockerfile index 59a7016a2d3b13..3bb0f56df8f13a 100644 --- a/components/ide-metrics/leeway.Dockerfile +++ b/components/ide-metrics/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ide-proxy/Dockerfile b/components/ide-proxy/Dockerfile index 6117c76b766b0e..623a00c7eed26d 100644 --- a/components/ide-proxy/Dockerfile +++ b/components/ide-proxy/Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 as compress +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 as compress RUN apk add brotli gzip curl diff --git a/components/ide-service/leeway.Dockerfile b/components/ide-service/leeway.Dockerfile index 519eaf7c117f6c..b0732806d88444 100644 --- a/components/ide-service/leeway.Dockerfile +++ b/components/ide-service/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ide/jetbrains/backend-plugin/leeway.Dockerfile b/components/ide/jetbrains/backend-plugin/leeway.Dockerfile index 1396d6489c0da9..d962daeedd11db 100644 --- a/components/ide/jetbrains/backend-plugin/leeway.Dockerfile +++ b/components/ide/jetbrains/backend-plugin/leeway.Dockerfile @@ -2,11 +2,11 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 as base_builder RUN mkdir /ide-desktop-plugins # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 FROM scratch ARG JETBRAINS_BACKEND_QUALIFIER # ensures right permissions for /ide-desktop-plugins diff --git a/components/ide/jetbrains/image/leeway.Dockerfile b/components/ide/jetbrains/image/leeway.Dockerfile index c2dd4d2020dd4f..64f338f81963ce 100644 --- a/components/ide/jetbrains/image/leeway.Dockerfile +++ b/components/ide/jetbrains/image/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 as base_builder ARG JETBRAINS_DOWNLOAD_QUALIFIER ARG SUPERVISOR_IDE_CONFIG ARG JETBRAINS_BACKEND_VERSION @@ -19,7 +19,7 @@ RUN mkdir /ide-desktop \ && cp /tmp/supervisor-ide-config.json /ide-desktop/${JETBRAINS_DOWNLOAD_QUALIFIER}/supervisor-ide-config.json # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 FROM scratch ARG JETBRAINS_BACKEND_VERSION ARG JETBRAINS_DOWNLOAD_QUALIFIER diff --git a/components/ide/jetbrains/launcher/leeway.Dockerfile b/components/ide/jetbrains/launcher/leeway.Dockerfile index 4783739df83975..63d8f89c3cf416 100644 --- a/components/ide/jetbrains/launcher/leeway.Dockerfile +++ b/components/ide/jetbrains/launcher/leeway.Dockerfile @@ -2,11 +2,11 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 as base_builder RUN mkdir /ide-desktop # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 FROM scratch ARG JETBRAINS_BACKEND_VERSION # ensures right permissions for /ide-desktop diff --git a/components/image-builder-mk3/leeway.Dockerfile b/components/image-builder-mk3/leeway.Dockerfile index bd1767ebed9ed6..567ec755fb1e7a 100644 --- a/components/image-builder-mk3/leeway.Dockerfile +++ b/components/image-builder-mk3/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/leeway.Dockerfile b/components/leeway.Dockerfile index c93031acde4104..a4f7d431c9fda3 100644 --- a/components/leeway.Dockerfile +++ b/components/leeway.Dockerfile @@ -2,5 +2,5 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 COPY components--all-docker/versions.yaml components--all-docker/provenance-bundle.jsonl / diff --git a/components/local-app/leeway.Dockerfile b/components/local-app/leeway.Dockerfile index 1cf62f215c0a11..f8d6808b980e5b 100644 --- a/components/local-app/leeway.Dockerfile +++ b/components/local-app/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 WORKDIR /app COPY components-local-app--app-with-manifest/bin/* ./ diff --git a/components/node-labeler/leeway.Dockerfile b/components/node-labeler/leeway.Dockerfile index a87bc4e4e1db55..d5c5df001867a3 100644 --- a/components/node-labeler/leeway.Dockerfile +++ b/components/node-labeler/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 COPY components-node-labeler--app/node-labeler /app/node-labeler diff --git a/components/openvsx-proxy/leeway.Dockerfile b/components/openvsx-proxy/leeway.Dockerfile index 18471694a39331..407ae1d13f2f98 100644 --- a/components/openvsx-proxy/leeway.Dockerfile +++ b/components/openvsx-proxy/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/public-api-server/leeway.Dockerfile b/components/public-api-server/leeway.Dockerfile index 0474673d15669b..dc79af63e50866 100644 --- a/components/public-api-server/leeway.Dockerfile +++ b/components/public-api-server/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/registry-facade/leeway.Dockerfile b/components/registry-facade/leeway.Dockerfile index 99fabb989a27bb..c903730c644018 100644 --- a/components/registry-facade/leeway.Dockerfile +++ b/components/registry-facade/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/service-waiter/leeway.Dockerfile b/components/service-waiter/leeway.Dockerfile index 0a33de9b8d5445..f5dd62cc2d2215 100644 --- a/components/service-waiter/leeway.Dockerfile +++ b/components/service-waiter/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/usage/leeway.Dockerfile b/components/usage/leeway.Dockerfile index 0170e79d0f5871..2bfb2b6bed1eef 100644 --- a/components/usage/leeway.Dockerfile +++ b/components/usage/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ws-daemon/debug.Dockerfile b/components/ws-daemon/debug.Dockerfile index ab51ab52197377..c3b1bbfac7a1bc 100644 --- a/components/ws-daemon/debug.Dockerfile +++ b/components/ws-daemon/debug.Dockerfile @@ -6,7 +6,7 @@ FROM cgr.dev/chainguard/go:1.20 AS debugger RUN apk add --no-cache git RUN go get -u github.com/go-delve/delve/cmd/dlv -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 as dl +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 as dl WORKDIR /dl RUN apk add --no-cache curl file \ && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.1.14/runc.amd64 \ diff --git a/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile b/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile index 6b869358d69ae2..3edf624bc5915d 100644 --- a/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile +++ b/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache diff --git a/components/ws-manager-mk2/leeway.Dockerfile b/components/ws-manager-mk2/leeway.Dockerfile index 4d5893e4f1ef62..a57633ca003dee 100644 --- a/components/ws-manager-mk2/leeway.Dockerfile +++ b/components/ws-manager-mk2/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License-AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ws-proxy/leeway.Dockerfile b/components/ws-proxy/leeway.Dockerfile index 083f4e94c9b2ae..58661931452c71 100644 --- a/components/ws-proxy/leeway.Dockerfile +++ b/components/ws-proxy/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/dev/changelog/leeway.Dockerfile b/dev/changelog/leeway.Dockerfile index e69389f73fca9e..cf4648d96738fe 100644 --- a/dev/changelog/leeway.Dockerfile +++ b/dev/changelog/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/install/installer/leeway.Dockerfile b/install/installer/leeway.Dockerfile index 652025e1dc8af5..9efce911b262e2 100644 --- a/install/installer/leeway.Dockerfile +++ b/install/installer/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/helm:latest@sha256:f2a0186d77602a92ed661c6a9fb3b0471ad56a12529495f25fd1a79374ee5713 +FROM cgr.dev/chainguard/helm:latest@sha256:3e5b06d62fa377b5e6f9af9fc428c26d56c5ee694dabdc35b37b8910e363dacd COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/ diff --git a/install/installer/pkg/components/redis/constants.go b/install/installer/pkg/components/redis/constants.go index bbdce179203c4c..d8df164c2a0164 100644 --- a/install/installer/pkg/components/redis/constants.go +++ b/install/installer/pkg/components/redis/constants.go @@ -14,7 +14,7 @@ const ( RegistryImage = "chainguard/redis" ContainerName = "redis" - ImageDigest = "sha256:479af97075a3cbc9d44c5c300ba7140c430a2e411aadaa419f3ebdd69fa0409a" + ImageDigest = "sha256:5317cd86cb36e19f8635886cc2134aa7cf73a791ec8696498599e862a6582d46" ExporterRegistryRepo = "quay.io" ExporterRegistryImage = "oliver006/redis_exporter" diff --git a/test/leeway.Dockerfile b/test/leeway.Dockerfile index 30469bf2e2411e..f3b4419c4d9e73 100644 --- a/test/leeway.Dockerfile +++ b/test/leeway.Dockerfile @@ -2,7 +2,7 @@ # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/test/tests/components/image-builder/test.Dockerfile b/test/tests/components/image-builder/test.Dockerfile index ac4f9496e79fb6..c2d320dd45d7cd 100644 --- a/test/tests/components/image-builder/test.Dockerfile +++ b/test/tests/components/image-builder/test.Dockerfile @@ -1,3 +1,3 @@ -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a430fcad24f823d24783d019d7ff2c970aa4899c0e54f1f9de75f0382cf6b27 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:17b50372d681cccb2b6aeb9d5c2494697b89e6d4664a119188736b249acbc834 USER root RUN echo 'testing builder'