Skip to content

Conversation

@bwagner5
Copy link
Contributor

Issue #, if available:
aws/eks-charts#356
#295

Description of changes:

  • Publish docker images to ECR in addition to Dockerhub
  • Change helm to use ECR Public by default

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bwagner5 bwagner5 requested a review from haugenj December 16, 2020 22:22
Copy link
Contributor

@jaypipes jaypipes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

may I ask for a review from you here, Brandon? aws-controllers-k8s/community#584

It's a similar story in ACK land.

Makefile Outdated
@docker login -u ${DOCKER_USERNAME} -p="${DOCKERHUB_TOKEN}"
${MAKEFILE_PATH}/scripts/push-docker-images -p ${SUPPORTED_PLATFORMS_WINDOWS} -r ${IMG} -v ${VERSION} -m
${MAKEFILE_PATH}/scripts/retag-docker-images -p ${SUPPORTED_PLATFORMS_LINUX} -v ${VERSION} -o ${IMG} -n ${ECR_REPO}
@docker login --username AWS -p="$(shell aws ecr-public get-login-password --region us-east-1)" ${ECR_REGISTRY}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this will only work with extremely up-to-date aws CLI :)

Copy link
Contributor

@haugenj haugenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM. Not too worried about the linux build, seems like a transient error

@bwagner5 bwagner5 merged commit 30eff87 into aws:main Dec 16, 2020
haugenj pushed a commit to haugenj/aws-node-termination-handler that referenced this pull request Feb 19, 2021
* publish images to ecr public repo

* add ecr-public-login script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants