registry-image-resource
registry-image-resource copied to clipboard
Variant not working with ECS registries
HI, I'm trying to get an images from an ECS registry using the variant semver. However concourse is throwing an error. Just using the tag: latest works fine.
image tag is: 1.8.0-staging
- name: my-repo-image
type: registry-image
source:
repository: ((docker_registry))/my-repo
variant: staging
aws_access_key_id: ((aws_access_key_id))
aws_secret_access_key: ((aws_secret_access_key))
aws_region: eu-west-1
Error message:
[33mWARN[0m[0000] ECR integration is experimental and untested
[31mERRO[0m[0000] checking origin ******.dkr.ecr.eu-west-1.amazonaws.com/******.dkr.ecr.eu-west-1.amazonaws.com/**** failed: list repository tags: GET https://********.dkr.ecr.eu-west-1.amazonaws.com/v2/******.dkr.ecr.eu-west-1.amazonaws.com/eq-author/tags/list?n=1000: NAME_UNKNOWN: The repository with name '******.dkr.ecr.eu-west-1.amazonaws.com/eq-author' does not exist in the registry with id '*******'
Thanks.
hi is this still a problem for you?