From 8eaa26c6b6d275c7b16e904ea8f22812253f421c Mon Sep 17 00:00:00 2001 From: roboquat <87151047+roboquat@users.noreply.github.com> Date: Mon, 21 Jul 2025 00:38:17 +0000 Subject: [PATCH] update index --- 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/proxy/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/leeway.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 +- 28 files changed, 31 insertions(+), 31 deletions(-) diff --git a/components/blobserve/leeway.Dockerfile b/components/blobserve/leeway.Dockerfile index a5cc9092ed8fe7..c6ee26debc4d70 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 2a3b096a4e0e37..0745586dea96df 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 b217f273124143..04d0c7c8417e91 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 as compress +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a as compress RUN apk add brotli gzip diff --git a/components/ee/agent-smith/leeway.Dockerfile b/components/ee/agent-smith/leeway.Dockerfile index 2d5b8f42025fea..4c43b13f29c609 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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 dbd1471dd714da..91135b30b817e9 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 60387f0e09d72d..a736c679c4ca5c 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 as compress +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a as compress RUN apk add brotli gzip curl diff --git a/components/ide-service/leeway.Dockerfile b/components/ide-service/leeway.Dockerfile index c75fac190aedf4..6d6d7121460ffd 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 f69b50491e9c9e..38ebf966ab9e95 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a as base_builder RUN mkdir /ide-desktop-plugins # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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 3d9dff587f292a..30cbc920ce2aa8 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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 4964e8f7d5071c..ebc022d7441ddd 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 as base_builder +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a as base_builder RUN mkdir /ide-desktop # for debugging -# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +# FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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 70855b57a224e6..34735f01915dff 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/leeway.Dockerfile b/components/leeway.Dockerfile index 7a6862b6b244ec..a0352b2b95551f 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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 b985f1c4878dac..89ca6d874f6524 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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 211b2e01ef95bd..abd2d5f0719264 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a 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 832277fc280f66..a0bab8d796ec8d 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/proxy/Dockerfile b/components/proxy/Dockerfile index eb05780ece29ea..a68105dc53103e 100644 --- a/components/proxy/Dockerfile +++ b/components/proxy/Dockerfile @@ -30,7 +30,7 @@ RUN xcaddy build v2.7.6 \ --with github.com/gitpod-io/gitpod/proxy/plugins/sshtunnel=/plugins/sshtunnel \ --with github.com/gitpod-io/gitpod/proxy/plugins/frontend_dev=/plugins/frontend_dev -FROM cgr.dev/chainguard/wolfi-base:latest@sha256:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 0f53986536e7a9..0f86af844509ed 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 9eb4230e5af6bc..34960c4ee6e888 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 2ef819a719774a..50dcc0a82418a9 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 808824f38f9e80..c40f2008463d92 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \ diff --git a/components/ws-daemon/leeway.Dockerfile b/components/ws-daemon/leeway.Dockerfile index 72e09ad555b73f..579218cc6cac4e 100644 --- a/components/ws-daemon/leeway.Dockerfile +++ b/components/ws-daemon/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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 as dl +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a as dl WORKDIR /dl RUN apk add --no-cache curl file \ && curl -OsSL https://github.com/opencontainers/runc/releases/download/v1.2.6/runc.amd64 \ diff --git a/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile b/components/ws-daemon/seccomp-profile-installer/leeway.Dockerfile index f537c5de6c752e..78f411f0d9b726 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 f90bb9fc455ab7..9b50ea2afc9bc5 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 c5291ff09943ab..099e92e915ab1f 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 15ffff420c1991..b214bd8e1ac507 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # 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 0d303d82b1486a..635f2dec224c13 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:8aaf1afc3bb4c61bb1ef70256d2382dd2ddf505346f20a5e889a06a04929b703 +FROM cgr.dev/chainguard/helm:latest@sha256:573f1b4e8efe633cdeba8a79cadc675933a26d4f87b01f1dd89565c401f08dcd 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 10b358b828d679..9998487d3dbc44 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:73d16aa674e2a298c69aa3f42b9692e8e75972285fada815e9cdfc83bd4e88db" + ImageDigest = "sha256:50380c265b028b19d52966d5871fd580e6c84ca9e3756612a8e3a523805e9a29" ExporterRegistryRepo = "quay.io" ExporterRegistryImage = "oliver006/redis_exporter" diff --git a/test/leeway.Dockerfile b/test/leeway.Dockerfile index 1b161037e82420..24cf3c0ea19d51 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:72de158dcb2951c4815e016c1a7804af4e1af98d1d1922c1565a85b5987fbe43 +FROM cgr.dev/chainguard/wolfi-base:latest@sha256:8e512833e76aa5f49d3c2d3aee862e47abf700fca13092f56726700fc44ec91a # Ensure latest packages are present, like security updates. RUN apk upgrade --no-cache \