Skip to content

feat: Support for Amazon ECR Public Gallery #546

@peterbuga

Description

@peterbuga

Is your feature request related to a problem? Please describe.
Not a dealbreaker for now but it would be nice to support Amazon ECR Public Gallery as a registry type.

example repository that it's quite known and they moved the images to ECR https://gallery.ecr.aws/gravitational/teleport-distroless

Describe the solution you'd like
to be able to specify in config

    latest_version:
      type: "github"
      url: "gravitational/teleport"
      require:
        docker:
          type: "ecr"
          image: "gravitational/teleport-distroless"
          tag: "{{ version }}"

Describe alternatives you've considered
Currently not checking if docker images are available for the specific release.

Additional context
-

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions