File tree 2 files changed +3
-3
lines changed
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=$
23
23
24
24
# Start from Kubernetes Debian base.
25
25
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
27
27
28
28
# Install necessary dependencies
29
29
# 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
24
24
RUN GOARCH="$(echo $TARGETPLATFORM | cut -f2 -d '/')" GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION GCE_PD_CSI_DEBUG=1 make gce-pd-driver
25
25
26
26
# 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
28
28
RUN clean-install udev
29
29
30
30
# 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
32
32
33
33
# Copy source code too to correlate the binary and the breakpoints
34
34
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
You can’t perform that action at this time.
0 commit comments