[HN Gopher] DockerHub Registry Is Down
___________________________________________________________________
DockerHub Registry Is Down
Author : enescakir
Score : 20 points
Date : 2023-11-11 16:24 UTC (6 hours ago)
(HTM) web link (www.dockerstatus.com)
(TXT) w3m dump (www.dockerstatus.com)
| orkj wrote:
| If you are using some of the library packages (i.e nodejs /
| ubuntu / golang), you can resort to using ECR Public:
|
| https://www.docker.com/blog/news-from-aws-reinvent-docker-of...
|
| To quote the example in the article:
|
| You can pull the images by simply switching from using docker
| pull ubuntu:16.04 to docker pull
| public.ecr.aws/docker/library/ubuntu:16.04. We automatically push
| images to ECR Public when they are updated on Docker Hub so you
| will get all the latest releases wherever you pull from.
| gvkhna wrote:
| Please publish docker images to GHCR, it's free with much better
| limits and is as simple to switch to as prepending the docker
| container url with ghcr.io/. Please do it maintainers!
| williamstein wrote:
| Thanks!
|
| What are the limits that DockerHub has, which are much worse
| than GHCR's limits for public images? (I'm genuinely curious.)
|
| Also, it doesn't seem to be quite as simple to switch to as
| just prefixing ghcr.io. The default when you do that switch is
| to create private images (which cost and are not public), so
| you have to figure out everything related to making the images
| public, which possibly involves changing Dockerfiles to link
| the image to a public project, or other options. [1]
|
| [1] https://docs.github.com/en/packages/learn-github-
| packages/co...
| williamstein wrote:
| It seems that for free public images, DockerHub has a limit
| of "200 pulls per 6 hours" , according to
| https://www.docker.com/increase-rate-limits/
|
| I can't find any stated rate limits for ghcr.io for public
| images. Presumably they secretly exist, but are meant to be
| as high as Github can provide for free...?
___________________________________________________________________
(page generated 2023-11-11 23:01 UTC)