File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ COPY . .
3232RUN --mount=type=cache,target=/root/.cache/go-build \
3333 make bin/azure-cloud-controller-manager ENABLE_GIT_COMMAND=${ENABLE_GIT_COMMAND} ARCH=${ARCH}
3434
35- FROM gcr.io/distroless/base:latest@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44
35+ FROM gcr.io/distroless/base:latest@sha256:d605e138bb398428779e5ab490a6bbeeabfd2551bd919578b1044718e5c30798
3636COPY --from=builder /go/src/sigs.k8s.io/cloud-provider-azure/bin/azure-cloud-controller-manager /usr/local/bin/cloud-controller-manager
3737ENTRYPOINT [ "/usr/local/bin/cloud-controller-manager" ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN make bin/azure-cloud-node-manager ENABLE_GIT_COMMAND=${ENABLE_GIT_COMMAND} A
3333
3434# Use distroless base image for a lean production container.
3535# Start a new build stage.
36- FROM gcr.io/distroless/base:latest@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44
36+ FROM gcr.io/distroless/base:latest@sha256:d605e138bb398428779e5ab490a6bbeeabfd2551bd919578b1044718e5c30798
3737
3838# Create a group and user
3939USER 65532:65532
Original file line number Diff line number Diff line change 1414
1515# syntax=docker/dockerfile:1
1616
17- FROM gcr.io/distroless/base:latest@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44
17+ FROM gcr.io/distroless/base:latest@sha256:d605e138bb398428779e5ab490a6bbeeabfd2551bd919578b1044718e5c30798
1818COPY bin/health-probe-proxy /usr/local/bin/health-probe-proxy
1919ENTRYPOINT [ "/usr/local/bin/health-probe-proxy" ]
You can’t perform that action at this time.
0 commit comments