-
Notifications
You must be signed in to change notification settings - Fork 261
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
Dockerhub pull request limits - additional registry/docs #4046
Comments
Dockerhub is now offering exemption for qualifying open source projects -> see https://www.docker.com/blog/expanded-support-for-open-source-software-projects/ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
During an attempt to test the 2.10 release #5211 , the following was noted when trying to setup egeria:
Following https://www.docker.com/blog/checking-your-current-docker-pull-rate-limits-and-status/ we see:
and decoding at jwt.io :
This doesn't seem to indicate an issue..... as our limit is 100, with a limit remaining of 100 |
It looks as if the image limits are now controlled by IP address - so this limit may only apply to my k8s cluster - hence the odd results above (initiated from laptop) Or the entire cloud provider... If so we may have less of a problem. See https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/ . However at this time quay.io appears to remain free/unlimited for public repos |
dockerhub is useful for 'visibility', so we may be able to publish to both, and have our charts pointing to quay.io. |
Even with a free account, these limits are slightly higher if authenticated when doing a pull. Additionally if an org is making extensive use of images they can either build locally, or pull the image into their local container registry. As an example, for openshift by following https://docs.openshift.com/container-platform/4.7/openshift_images/managing_images/using-image-pull-secrets.html
(For odpi-egeria-lab we currently use the 'default' serviceaccount - the egeria-lab chart is different) With this done images would then load & containers start |
May not be request-limiting, but noticing more occurances of outages connecting to dockerhub
ie
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions. |
This is affecting operator dev at times, AND this will impact the Dojo as we will be asking many users to retrieve the containers. |
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Build process for egeria now being updated to publish to both dockerhub and quay.io References in the helm charts in egeria-charts will be updated as the container images are available on quay.io
|
Just waiting on sas-viya fix to be merged (approval required), other images done. |
Verified our charts. However of note is that 'nginx' (which we use for the egeria UI, and in future may consolidate more UI access under) fails ie:
Not yet clear which nginx image on quay.io is appropriate. |
Changes to our images are now almost done, However the same issue affects any third party containers we use. WIll close the main issue and track these on a case by case basis:
|
Response from nginx team - their images are also published to the non-limited container registry: Therefore I'm going to update our references to go here instead of dockerhub |
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Changes made in charts (merged) and egeria-ui (PR open: cc: @lpalashevski @sarbull ) Note public amazon registry is public.ecr.aws |
odpi/egeria#4046 switch to public amazon registry for nginx source
See https://docs.docker.com/docker-hub/download-rate-limit/ & some useful analysis at https://www.openshift.com/blog/mitigate-impact-of-docker-hub-pull-request-limits
Need to consider
tbc....
The text was updated successfully, but these errors were encountered: