Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document mirroring to ECR public registry #70

Open
guanzo opened this issue May 4, 2021 · 1 comment
Open

Document mirroring to ECR public registry #70

guanzo opened this issue May 4, 2021 · 1 comment

Comments

@guanzo
Copy link

guanzo commented May 4, 2021

Wasn't sure if I could upload to a public registry since the docs only mention private registries, but got it working like so

Login:

aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws

config.yaml

target:
  registry: public.ecr.aws

  # Default or custom alias
  prefix: "g6hzp2z3/"

repositories:
  - name: alpine # repository needs to be manually created
    match_tag:
    - "3.10"
@ArchiFleKs
Copy link

Hi, I'm getting The repository with name 'alpine' does not exist in the registry with id I would expect the repository to be created right ? Or does this work only for private ECR ?

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

No branches or pull requests

2 participants