From d3c24f8dade55b3b3b4c3b2f62315d8a85fed1d4 Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Wed, 23 Oct 2024 16:02:03 -0400 Subject: [PATCH] Update base images --- Dockerfile | 2 +- Dockerfile.base | 2 +- build/Dockerfile-local | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf79318e8..71790894f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -o manager main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 WORKDIR / COPY --from=builder /workspace/manager . COPY --from=builder /workspace/manifest.yaml . diff --git a/Dockerfile.base b/Dockerfile.base index 8eb357abc..de92f6081 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 as builder USER 0 RUN dnf install -y openssh-clients git make which jq python3 diff --git a/build/Dockerfile-local b/build/Dockerfile-local index 47147703a..4f59a3381 100644 --- a/build/Dockerfile-local +++ b/build/Dockerfile-local @@ -1,6 +1,6 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 WORKDIR / COPY bin/manager-cgo ./manager COPY jsons/ ./jsons/