From 7f0ec1cef722577cf2582d1471352c3a066a0eb2 Mon Sep 17 00:00:00 2001 From: Lukas Hinterreiter <90035514+luhi-DT@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:40:29 +0200 Subject: [PATCH] Add new ubi-9-micro version (#2222) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83045734d5..7c2b657dbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 CGO_CFLAGS="-O2 -Wno-return-local-addr" \ go build -tags "${GO_BUILD_TAGS}" -trimpath -ldflags="${GO_LINKER_ARGS}" \ -o ./build/_output/bin/dynatrace-operator ./src/cmd/ -FROM registry.access.redhat.com/ubi9-micro:9.2@sha256:21daf4c8bea788f6114822ab2d4a23cca6c682bdccc8aa7cae1124bcd8002066 AS base +FROM registry.access.redhat.com/ubi9-micro:9.2@sha256:d14ac3ae12148f838511d08261e1569fb2a54da4c54a817aea7f16c1c9078f0b AS base FROM registry.access.redhat.com/ubi9:9.2@sha256:089bd3b82a78ac45c0eed231bb58bfb43bfcd0560d9bba240fc6355502c92976 AS dependency RUN mkdir -p /tmp/rootfs-dependency COPY --from=base / /tmp/rootfs-dependency