File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG BASE_IMAGE
16
- FROM --platform=$BUILDPLATFORM golang:1.19.6 AS builder
16
+ FROM --platform=$BUILDPLATFORM golang:1.20.3 AS builder
17
17
18
18
ARG TARGETPLATFORM
19
19
ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.19.6 as builder
15
+ FROM golang:1.20.3 as builder
16
16
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
17
17
ADD . .
18
18
@@ -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 registry.k8s .io/build-image/ debian-base-amd64:buster -v1.5 .0 as mad-hack
27
+ FROM gke.gcr .io/debian-base:bullseye -v1.4.3-gke .0 as mad-hack
28
28
RUN clean-install udev
29
29
30
30
# Start from Kubernetes Debian base
31
- FROM registry.k8s .io/build-image/ debian-base-amd64:buster -v1.5 .0
31
+ FROM gke.gcr .io/debian-base:bullseye -v1.4.3-gke .0
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