File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 1.24.4
1+ 1.24.6
Original file line number Diff line number Diff line change 1- ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24
1+ ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24.6
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.18.0-eks-1-33 -latest
10+ FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34 -latest
1111COPY --from=builder /webhook /webhook
1212ENTRYPOINT ["/go-runner" ]
1313CMD ["/webhook" ]
You can’t perform that action at this time.
0 commit comments