-
The major reason for doing this from my part is that docker.hub is limiting the number of pulls that you can do within a given timestamp so i simply reduced the number of available images to reduce this number down a bit so people can still pull home the later releases w/o issues. I will also in the future look into hosting all tags again here on the github docker index instead as it should have no issues hosting and pulling down many different tags and number of pulls. So to mitigate this issue for you, i have two solutions.
I really recommend that you implement a local docker image cache solution, that is what i myself had to do to even use my own images so you are not alone in suffering from the docker.hub limitations As long as docker.hub will have this new pull limit and until i can investigate and implement github docker registry support this decision will stand. The support for building and running the images will not be removed, just the hosting of the built images. |
Beta Was this translation helpful? Give feedback.
.