diff --git a/Dockerfile b/Dockerfile index cfdcd91962..faebcceaf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ --mount=type=cache,target=/go/.cache/ \ make fleet-manager fleetshard-sync GOOS=linux GOARCH=${TARGETARCH} -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8@sha256:1bc3c5c15720506a0cf48adfdf8b623dfe704377e007d7bbae8d14876392ca6a AS standard +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c AS standard RUN useradd -u 1001 unprivilegeduser # Switch to non-root user diff --git a/emailsender/Dockerfile b/emailsender/Dockerfile index 899f631f3d..c7e3000d80 100644 --- a/emailsender/Dockerfile +++ b/emailsender/Dockerfile @@ -10,7 +10,7 @@ COPY . ./ RUN make emailsender -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8@sha256:1bc3c5c15720506a0cf48adfdf8b623dfe704377e007d7bbae8d14876392ca6a AS standard +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c AS standard RUN useradd -u 1001 unprivilegeduser ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /rds_ca/aws-rds-ca-global-bundle.pem diff --git a/probe/Dockerfile b/probe/Dockerfile index 19625917a9..01937d8407 100644 --- a/probe/Dockerfile +++ b/probe/Dockerfile @@ -12,7 +12,7 @@ ARG TARGETARCH RUN make probe GOOS=linux GOARCH=${TARGETARCH} -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8@sha256:1bc3c5c15720506a0cf48adfdf8b623dfe704377e007d7bbae8d14876392ca6a as standard +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c as standard RUN useradd -u 1001 unprivilegeduser # Switch to non-root user