FROM registry.redhat.io/ubi8/ubi-minimal@sha256:70fe679f2a24b76d5e90fee30c1616afc4f96eed13d77a2ad04af0261c928fb1 ARG TARGETOS ARG TARGETARCH COPY bin/external-secrets-${TARGETOS}-${TARGETARCH} /bin/external-secrets RUN microdnf update # Run as UID for nobody USER 65534 ENTRYPOINT ["/bin/external-secrets"]