Skip to content

Commit

Permalink
fixes builder base image url (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxesn authored Nov 2, 2023
1 parent a954a43 commit fc2d446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/run_target_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ else
trap "remove_container" EXIT
fi

IMAGE="736510011942.dkr.ecr.us-west-2.amazonaws.com/builder-base:latest.2"
IMAGE="public.ecr.aws/eks-distro-build-tooling/builder-base:$BUILDER_BASE_TAG"
# since if building cgo we will specifically set the arch to something other than the host
# ensure we always explictly ask for the host platform, unless override for cgo
PLATFORM_ARG="--platform linux/$BUILDER_PLATFORM_ARCH"
Expand Down

0 comments on commit fc2d446

Please sign in to comment.