File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 1.23.4
1+ 1.24.2
Original file line number Diff line number Diff line change 1- ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.23
1+ ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24
22
33FROM --platform=$BUILDPLATFORM $golang_image AS builder
44WORKDIR $GOPATH/src/github.com/aws/amazon-eks-pod-identity-webhook
@@ -7,7 +7,7 @@ RUN go version
77ARG TARGETOS TARGETARCH
88RUN GOPROXY=direct CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /webhook -v -a -ldflags="-buildid='' -w -s" .
99
10- FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.16.4 -eks-1-32-latest
10+ FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0 -eks-1-32-latest
1111COPY --from=builder /webhook /webhook
1212ENTRYPOINT ["/go-runner" ]
1313CMD ["/webhook" ]
Original file line number Diff line number Diff line change 11module github.com/aws/amazon-eks-pod-identity-webhook
22
3- go 1.24.0
3+ go 1.24.2
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.36.3
You can’t perform that action at this time.
0 commit comments