Skip to content

Commit 919a350

Browse files
committed
Update debian base image version to 2.1.3
1 parent d7d9f2e commit 919a350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ ADD . .
2020
RUN make
2121

2222
# MAD HACKS: Build a version first so we can take the scsi_id bin and put it somewhere else in our real build
23-
FROM gcr.io/google-containers/debian-base-amd64:v2.0.0 as base
23+
FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3 as base
2424
RUN clean-install udev
2525

26-
# Start from Google Debian base
27-
FROM gcr.io/google-containers/debian-base-amd64:v2.0.0
26+
# Start from Kubernetes Debian base
27+
FROM k8s.gcr.io/build-image/debian-base-amd64:v2.1.3
2828
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
2929
# Install necessary dependencies
3030
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs

0 commit comments

Comments
 (0)