Skip to content

Conversation

@jaypipes
Copy link
Collaborator

Modifies our release docs and publish scripts to use our new ECR public
registry (public.ecr.aws/aws-controllers-k8s) for storing Docker images
for the controllers and Helm charts.

Note that the public alias "public.ecr.aws/aws-controllers-k8s" is still
not resolving from the generated alias of "public.ecr.aws/m5q3e4b2" but
that should be done shortly by the ECR team.

Issue #366

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

Copy link
Contributor

@bwagner5 bwagner5 left a comment

Choose a reason for hiding this comment

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

Nice! LGTM 👍

Copy link
Member

@a-hilaly a-hilaly left a comment

Choose a reason for hiding this comment

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

LGTM overall 👍 . I left one small comment


```bash
for SERVICE in s3 sns;
do ./scripts/publish-controller-image.sh -s $SERVICE -r public.ecr.aws/aws-controllers-k8s/controller;
Copy link
Member

Choose a reason for hiding this comment

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

The push script was recently changed to use environment variables and one argument. It should be called like:

export DOCKER_REPOSITORY=public.ecr.aws/aws-controllers-k8s/controller
for SERVICE in s3 sns; 
    do ./scripts/publish-controller-image.sh $SERVICE;
done

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed, thanks for the heads up!

@jaypipes jaypipes force-pushed the helm branch 2 times, most recently from b089282 to d4722f8 Compare December 17, 2020 17:28
Modifies our release docs and publish scripts to use our new ECR public
registry (public.ecr.aws/aws-controllers-k8s) for storing Docker images
for the controllers and Helm charts.

Note that the public alias "public.ecr.aws/aws-controllers-k8s" is still
not resolving from the generated alias of "public.ecr.aws/m5q3e4b2" but
that should be done shortly by the ECR team.

Issue aws-controllers-k8s#366
Copy link
Contributor

@mhausenblas mhausenblas left a comment

Choose a reason for hiding this comment

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

LGTM!

@mhausenblas mhausenblas merged commit 613bc84 into aws-controllers-k8s:main Dec 18, 2020
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.

4 participants