File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
ARG BUILDPLATFORM
16
16
17
- FROM --platform=$BUILDPLATFORM golang:1.17.8 as builder
17
+ FROM --platform=$BUILDPLATFORM golang:1.18.4 as builder
18
18
19
19
ARG STAGINGVERSION
20
20
ARG TARGETPLATFORM
@@ -24,12 +24,12 @@ ADD . .
24
24
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/' ) GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION 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 k8s.gcr.io/build-image/debian-base:buster -v1.9.0 as mad-hack
27
+ FROM k8s.gcr.io/build-image/debian-base:bullseye -v1.4.1 as mad-hack
28
28
RUN ln -fs /bin/rm /usr/sbin/rm \
29
29
&& clean-install udev
30
30
31
31
# Start from Kubernetes Debian base
32
- FROM k8s.gcr.io/build-image/debian-base:buster -v1.10.0
32
+ FROM k8s.gcr.io/build-image/debian-base:bullseye -v1.4.1
33
33
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
34
34
# Install necessary dependencies
35
35
RUN ln -fs /bin/rm /usr/sbin/rm \
You can’t perform that action at this time.
0 commit comments