diff --git a/docker_builds/csi-external-attacher/Dockerfile b/docker_builds/csi-external-attacher/Dockerfile index d0f124b0..93aba214 100755 --- a/docker_builds/csi-external-attacher/Dockerfile +++ b/docker_builds/csi-external-attacher/Dockerfile @@ -5,6 +5,6 @@ WORKDIR /go/src/github.com/kubernetes-csi/external-attacher/ RUN git clone --depth 1 -b "${VERSION}" https://github.com/kubernetes-csi/external-attacher.git . \ && GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') make build -FROM gcr.io/distroless/static@sha256:23aa732bba4c8618c0d97c26a72a32997363d591807b0d4c31b0bbc8a774bddf +FROM gcr.io/distroless/static@sha256:bc535c40cfde8f8f1601f6cc9b51d3387db0722a7c4756896c68e3de4f074966 COPY --from=builder /go/src/github.com/kubernetes-csi/external-attacher/bin/csi-attacher csi-attacher ENTRYPOINT ["/csi-attacher"] \ No newline at end of file diff --git a/docker_builds/csi-external-provisioner/Dockerfile b/docker_builds/csi-external-provisioner/Dockerfile index 5ceafcd2..cdf5de13 100755 --- a/docker_builds/csi-external-provisioner/Dockerfile +++ b/docker_builds/csi-external-provisioner/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/kubernetes-csi/external-provisioner/ RUN git clone --depth 1 -b "${VERSION}" https://github.com/kubernetes-csi/external-provisioner.git . \ && GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') make build -FROM gcr.io/distroless/static@sha256:23aa732bba4c8618c0d97c26a72a32997363d591807b0d4c31b0bbc8a774bddf +FROM gcr.io/distroless/static@sha256:bc535c40cfde8f8f1601f6cc9b51d3387db0722a7c4756896c68e3de4f074966 WORKDIR / COPY --from=builder /go/src/github.com/kubernetes-csi/external-provisioner/bin/csi-provisioner csi-provisioner ENTRYPOINT ["/csi-node-driver-registrar"] \ No newline at end of file diff --git a/docker_builds/csi-node-driver-registrar/Dockerfile b/docker_builds/csi-node-driver-registrar/Dockerfile index dafe6416..74eaf655 100755 --- a/docker_builds/csi-node-driver-registrar/Dockerfile +++ b/docker_builds/csi-node-driver-registrar/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/kubernetes-csi/node-driver-registrar/ RUN git clone --depth 1 -b "${VERSION}" https://github.com/kubernetes-csi/node-driver-registrar.git . \ && GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') make build -FROM gcr.io/distroless/static@sha256:23aa732bba4c8618c0d97c26a72a32997363d591807b0d4c31b0bbc8a774bddf +FROM gcr.io/distroless/static@sha256:bc535c40cfde8f8f1601f6cc9b51d3387db0722a7c4756896c68e3de4f074966 WORKDIR / COPY --from=builder /go/src/github.com/kubernetes-csi/node-driver-registrar/bin/csi-node-driver-registrar csi-node-driver-registrar ENTRYPOINT ["/csi-node-driver-registrar"] \ No newline at end of file