File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11ARG BASE_IMAGE
22ARG BUILD_IMAGE
3- ARG GORUNNER_VERSION=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-32-16
3+ ARG GORUNNER_VERSION=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest
44ARG ARCH
55# Build the controller binary
66FROM $BUILD_IMAGE AS builder
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ IMAGE ?= $(REPO):$(VERSION)
1414BASE_IMAGE ?= public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:latest.2
1515GOLANG_VERSION ?= $(shell cat .go-version)
1616BUILD_IMAGE ?= public.ecr.aws/docker/library/golang:$(GOLANG_VERSION )
17- GORUNNER_VERSION ?= public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-32 -latest
17+ GORUNNER_VERSION ?= public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34 -latest
1818GOARCH ?= amd64
1919PLATFORM ?= linux/amd64
2020USER_ROLE_ARN ?= arn:aws:iam::$(AWS_ACCOUNT ) :role/VPCResourceControllerRole
Original file line number Diff line number Diff line change 11module github.com/aws/amazon-vpc-resource-controller-k8s
22
3- go 1.24.1
4-
5- toolchain go1.24.2
3+ go 1.24.6
64
75require (
86 github.com/aws/amazon-vpc-cni-k8s v1.19.4
You can’t perform that action at this time.
0 commit comments