Skip to content

Commit 9307cf1

Browse files
committed
fix: switch operator to use approved distroless container
1 parent 2a28c42 commit 9307cf1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deploy/cloud/operator/Earthfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ docker:
4040
ARG DOCKER_SERVER=my-registry
4141
ARG IMAGE_TAG=latest
4242
ARG IMAGE_SUFFIX=dynamo-operator
43-
FROM gcr.io/distroless/static-debian11
43+
ARG BASE_IMAGE=urm.nvidia.com/sw-gpu-ucs-hardened-docker/distroless/go:v3.1.6-amd64
44+
FROM $BASE_IMAGE
4445
WORKDIR /
4546
COPY +build/manager .
4647
USER 65532:65532

0 commit comments

Comments
 (0)