File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ RELEASE_TAG="eks-${RELEASE_BRANCH}-${RELEASE}"
2525RELEASE_CRD=" https://distro.eks.amazonaws.com/kubernetes-${RELEASE_BRANCH} /kubernetes-${RELEASE_BRANCH} -eks-${RELEASE} .yaml"
2626ECR_BASE=" public.ecr.aws/eks-distro"
2727
28- KUBERNETES_GIT_TAG=$( cat " ${BASE_DIRECTORY} " /projects/kubernetes/kubernetes/" ${RELEASE_BRANCH} " /GIT_TAG)
29- GO_RUNNER_GIT_TAG=$( cat " ${BASE_DIRECTORY} " /projects/kubernetes/release/GIT_TAG)
28+ RELEASE_GIT_TAG=$( cat " ${BASE_DIRECTORY} " /projects/kubernetes/release/GIT_TAG)
3029
3130while read -r image_uri; do
3231 docker pull " $image_uri "
3332done < <( curl " ${RELEASE_CRD} " | sed -n -e " s|^.*uri: \\ ($ECR_BASE \\ )|\1|p" )
3433
35- docker pull " ${ECR_BASE} /kubernetes/kube-proxy:${KUBERNETES_GIT_TAG} -${RELEASE_TAG} "
36- docker pull " ${ECR_BASE} /kubernetes/go-runner:${GO_RUNNER_GIT_TAG} -${RELEASE_TAG} "
34+ # These are not in the CRD
35+ docker pull " ${ECR_BASE} /kubernetes/kube-proxy-base:${RELEASE_GIT_TAG} -${RELEASE_TAG} "
36+ docker pull " ${ECR_BASE} /kubernetes/go-runner:${RELEASE_GIT_TAG} -${RELEASE_TAG} "
You can’t perform that action at this time.
0 commit comments