Skip to content

Commit

Permalink
Merge pull request #911 from mattcary/bump125
Browse files Browse the repository at this point in the history
Bump debian image for 1.2 release.
  • Loading branch information
mattcary authored Feb 3, 2022
2 parents 77e6f71 + 2a99399 commit c9f169e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG/CHANGELOG-1.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.5 - Changelog since v1.2.4

- Update base image to buster-1.10

# v1.2.4 - Changelog since v1.2.3

## Changes by Kind
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.9.0 as mad-hack
RUN clean-install udev

# Start from Kubernetes Debian base
FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.9.0
FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.10.0
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 c9f169e

Please sign in to comment.