You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anonymous and Free Docker Hub users are limited to 100 and 200 container image pull requests per six hours
I'm certainly not using even 5 or 10 pulls, which makes me think this is a shared allowance across all SST console users on a certain instance?
I've heard people recommend using ECR instead due to these pull limits, the AWS documentation appears to just mention this way of pulling their images:
But I'm guessing for use with SST Autodeploy where we don't have arbitrary pipeline commands, something like this (based on this tangential stackoverflow answer) might be better?:
- FROM amazoncorretto:21+ FROM public.ecr.aws/amazoncorretto/amazoncorretto:21
Note, I've only ever used Docker Hub for base images before, so I have yet to try the second version, just not in a position to try it right now...
The text was updated successfully, but these errors were encountered:
Hi all, not sure where this issue stems from.
I've got a Cluster component in an SST app which uses the amazoncorretto:21 image.
Autodeploy failed with this new and unexpected error:
Following the URL gives:
I'm certainly not using even 5 or 10 pulls, which makes me think this is a shared allowance across all SST console users on a certain instance?
I've heard people recommend using ECR instead due to these pull limits, the AWS documentation appears to just mention this way of pulling their images:
(per this link)
But I'm guessing for use with SST Autodeploy where we don't have arbitrary pipeline commands, something like this (based on this tangential stackoverflow answer) might be better?:
Note, I've only ever used Docker Hub for base images before, so I have yet to try the second version, just not in a position to try it right now...
The text was updated successfully, but these errors were encountered: