We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 256c7c3 + 4ccf52c commit 8266bb2Copy full SHA for 8266bb2
Dockerfile
@@ -24,7 +24,7 @@ ADD . .
24
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION make gce-pd-driver
25
26
# Start from Kubernetes Debian base.
27
-FROM gke.gcr.io/debian-base:bullseye-v1.4.3-gke.0 as debian
+FROM gke.gcr.io/debian-base:bullseye-v1.4.3-gke.5 as debian
28
# Install necessary dependencies
29
# google_nvme_id script depends on the following packages: nvme-cli, xxd, bash
30
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs nvme-cli xxd bash
0 commit comments