File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v1.2.5 - Changelog since v1.2.4
2
+
3
+ - Update base image to buster-1.10
4
+
1
5
# v1.2.4 - Changelog since v1.2.3
2
6
3
7
## Changes by Kind
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.9.0 as mad-hack
25
25
RUN clean-install udev
26
26
27
27
# Start from Kubernetes Debian base
28
- FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.9 .0
28
+ FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.10 .0
29
29
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
30
30
# Install necessary dependencies
31
31
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs
You can’t perform that action at this time.
0 commit comments