mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
ddb8dbd3ed
Bumps distroless/static from `6d31326` to `4197211`. --- updated-dependencies: - dependency-name: distroless/static dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
9 lines
278 B
Docker
9 lines
278 B
Docker
FROM gcr.io/distroless/static@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05
|
|
ARG TARGETOS
|
|
ARG TARGETARCH
|
|
COPY bin/external-secrets-${TARGETOS}-${TARGETARCH} /bin/external-secrets
|
|
|
|
# Run as UID for nobody
|
|
USER 65534
|
|
|
|
ENTRYPOINT ["/bin/external-secrets"]
|