Skip to content

Commit

Permalink
Update debian base image version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-ali committed Aug 28, 2020
1 parent f28d08e commit 1a4583b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Expand Up @@ -18,11 +18,11 @@ ADD . .
RUN make

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

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

0 comments on commit 1a4583b

Please sign in to comment.