File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG BUILDPLATFORM="linux/amd64"
2- ARG BUILDERIMAGE="golang:1.23 -bullseye"
2+ ARG BUILDERIMAGE="golang:1.24 -bullseye"
33# Use distroless as minimal base image to package the manager binary
44# Refer to https://github.com/GoogleContainerTools/distroless for more details
55ARG BASEIMAGE="gcr.io/distroless/cc-debian11:nonroot"
Original file line number Diff line number Diff line change 1- FROM golang:1.23 -bullseye@sha256:b7575efc7b1ca22e9ce7510979d4c1b5564c970279a66aea44e8b57ed133bfc7
1+ FROM golang:1.24 -bullseye@sha256:ab9b6de58c573ffd99dbc2be54bbc9a206eb736f6be491fc07d3d2cde2c2cfe7
22
33RUN GO111MODULE=on go install sigs.k8s.io/controller-tools/cmd/
[email protected] 44RUN GO111MODULE=on go install k8s.io/code-generator/cmd/
[email protected]
Original file line number Diff line number Diff line change 11ARG BUILDPLATFORM="linux/amd64"
2- ARG BUILDERIMAGE="golang:1.23 -bullseye"
2+ ARG BUILDERIMAGE="golang:1.24 -bullseye"
33# Use distroless as minimal base image to package the manager binary
44# Refer to https://github.com/GoogleContainerTools/distroless for more details
55ARG BASEIMAGE="gcr.io/distroless/static:nonroot"
You can’t perform that action at this time.
0 commit comments