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
Right now, we put custom user images on quay.io. We should explore using the registries that are provided by individual cloud providers instead.
Benefit
The main benefit here is performance. For a hub on a given cloud provide, if images are served from the same provider, they will pull faster than images served from quay.io.
#331 should help determine how much of a performance hit this is.
I'm wondering if it's because I misunderstood things and this isn't yet possible because some important piece of jupyterhub/repo2docker-action#65 is missing?
If this is true, I'd look to see what docker/build-push-action is doing behind the scenes, as it does support pushing to multiple registries
choldgraf
changed the title
Push user images to cloud provider registries
Use cloud provider registries for user images instead of quay.io
Aug 31, 2021
Description
Right now, we put custom user images on quay.io. We should explore using the registries that are provided by individual cloud providers instead.
Benefit
The main benefit here is performance. For a hub on a given cloud provide, if images are served from the same provider, they will pull faster than images served from quay.io.
#331 should help determine how much of a performance hit this is.
Tasks to complete
The text was updated successfully, but these errors were encountered: