Skip to content

Document mirroring to ECR public registry #70

@guanzo

Description

@guanzo

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions