From 4f4a9b4f4bb4cb73b1b4904bb20c483ecc562a63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:39:59 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/ubuntu/ubuntu:22.04 docker digest to b2fd7c7 --- benchmark/acmeair-tomcat/Dockerfile.distroless | 2 +- jre/Dockerfile.22.04 | 2 +- tests/containers/maven/Dockerfile.22.04 | 2 +- tests/pdfbox/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmark/acmeair-tomcat/Dockerfile.distroless b/benchmark/acmeair-tomcat/Dockerfile.distroless index 6b553725..39639f83 100644 --- a/benchmark/acmeair-tomcat/Dockerfile.distroless +++ b/benchmark/acmeair-tomcat/Dockerfile.distroless @@ -8,7 +8,7 @@ WORKDIR /opt/chisel RUN go generate internal/deb/version.go \ && go build ./cmd/chisel -FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder +FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder SHELL ["/bin/bash", "-oeux", "pipefail", "-c"] RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates \ diff --git a/jre/Dockerfile.22.04 b/jre/Dockerfile.22.04 index 99ddf29f..f5b9e082 100644 --- a/jre/Dockerfile.22.04 +++ b/jre/Dockerfile.22.04 @@ -5,7 +5,7 @@ ARG GROUP=app ARG GID=101 ARG CHISEL_VERSION=1.1.0 -FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder +FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder ARG USER ARG UID ARG GROUP diff --git a/tests/containers/maven/Dockerfile.22.04 b/tests/containers/maven/Dockerfile.22.04 index 51f1c1ae..751402fa 100644 --- a/tests/containers/maven/Dockerfile.22.04 +++ b/tests/containers/maven/Dockerfile.22.04 @@ -3,7 +3,7 @@ ARG BASE_IMAGE=ubuntu/jre:17_edge ARG CHISEL_VERSION=1.1.0 ARG TARGETARCH=amd64 -FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS jdk +FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS jdk ARG CHISEL_VERSION ARG TARGETARCH diff --git a/tests/pdfbox/Dockerfile b/tests/pdfbox/Dockerfile index 630d6912..d6b77cc7 100644 --- a/tests/pdfbox/Dockerfile +++ b/tests/pdfbox/Dockerfile @@ -7,7 +7,7 @@ ARG GID=101 ARG CHISEL_VERSION=1.1.0 ARG TARGETARCH=amd64 -FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:1582c29f34a48752e406f1a261fe9545fad895da3f6bb4be55bc82485557564e AS builder +FROM public.ecr.aws/ubuntu/ubuntu:$UBUNTU_RELEASE@sha256:b2fd7c7dee18f2ce9023550702af6408d322a278800ed07829c6dc94b82960b0 AS builder ARG CHISEL_VERSION ARG TARGETARCH RUN apt-get update \