File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$
2323
2424# Start from Kubernetes Debian base.
2525
26- FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.3 AS debian
26+ FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.5 AS debian
2727
2828# Install necessary dependencies
2929# google_nvme_id script depends on the following packages: nvme-cli, xxd, bash
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ RUN CGO_ENABLED=0 go install -ldflags "-s -w -extldflags '-static'" github.com/g
2424RUN GOARCH="$(echo $TARGETPLATFORM | cut -f2 -d '/')" GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION GCE_PD_CSI_DEBUG=1 make gce-pd-driver
2525
2626# MAD HACKS: Build a version first so we can take the scsi_id bin and put it somewhere else in our real build
27- FROM gke.gcr.io/debian-base:bullseye -v1.4.3 -gke.0 as mad-hack
27+ FROM gke.gcr.io/debian-base:bookworm -v1.0.4 -gke.5 as mad-hack
2828RUN clean-install udev
2929
3030# Start from Kubernetes Debian base
31- FROM gke.gcr.io/debian-base:bullseye -v1.4.3 -gke.0
31+ FROM gke.gcr.io/debian-base:bookworm -v1.0.4 -gke.5
3232
3333# Copy source code too to correlate the binary and the breakpoints
3434WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
You can’t perform that action at this time.
0 commit comments