-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
-
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request