(no title)
ic4l | 4 months ago
Thankfully, AWS provides a docker.io mirror for those who can't wait:
FROM public.ecr.aws/docker/library/{image_name}
In the error logs, the issue was mostly related to the authentication endpoint:▪ https://auth.docker.io → "No server is available to handle this request"
After switching to the AWS mirror, everything built successfully without any issues.
CamouflagedKiwi|4 months ago
kerblang|4 months ago
Also, quay.io - another image hoster, from red hat - has been read-only all day today.
If you're going to have docker/container image dependencies it's best to establish a solid hosting solution instead of riding whatever bus shows up
pploug|4 months ago
suriya-ganesh|4 months ago
firloop|4 months ago
Just had to change
to Hope this helps![0]: https://cloud.google.com/artifact-registry/docs/pull-cached-...
ic4l|4 months ago
If you're image is not cached on one of these then you may be SOL.
geostyx|4 months ago
anon7000|4 months ago