-
Notifications
You must be signed in to change notification settings - Fork 258
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
Problem fetching the latest image in ECR #293
Comments
We ran into the same issue, so it's not just you. We worked around it by moving to |
What is the version looks like of your resource? If the sha comes from a resource check then it makes sence to pull using that sha. |
@xtremerui The sha does come from a resource check, but we use |
When upgrading from 6.2.0 to 6.3.0 neither docker-image nor registry-image works. Not a good situation. |
@analytically can you help to find a reproducible? In this example and in concourse/concourse#5817 ECR was being used, but in concourse/concourse#5818 it was Docker Hub. Resource versions certainly are stored in the database, but I'm stuck thinking about where these nonexistent SHAs are coming from. Just staring at the code in this repo doesn't yield much so I'd love to be able to find a real-world example. |
Hi all,
I’m actually using this resource type to get a image from ecr to use in a PUT step, but it is actually failing with this error in this PUT step:
the resource type configuration :
It seems that it’s trying to retrieve an image that doesn’t actually exist.
The sha256 didn’t correspond to the latest version of this image. (the custom resource is configured to get the latest by default, ad even if use the
tag
parameter, it doesn't change nothing).I’ve tried to do a manuel check of this resource to try to refresh it, but it fails with the same.
Tryed to delete the workers thinking about a local cache into them, but unsuccessful.
Any other kind of cache in the Postgresql database ? Any idea ?
Thanks a lot
The text was updated successfully, but these errors were encountered: