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
we sometimes need custom docker images for our pods. As some of our customes do not want exposure to the public we have to keep our groups and projects private inside gitlab.
We therefore also have to build our docker images for the gitpod dev environment inside a private repository and publish to the gitlab private registry.
It would be nice if gitpod could access these images as well.
The text was updated successfully, but these errors were encountered:
I believe there is also another issue regarding external registry support in the Gitpod setup.
You can work around this by setting variables for your registry credentials in your user profile. You can then use these to login to the registries so that automated pulls and pushes can be made to these registries. This is not idea, but works in most cases. One case where it does not work, however, is if you want Gitpod to use a private image as the workspace image. This needs to be publically available.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi all,
we sometimes need custom docker images for our pods. As some of our customes do not want exposure to the public we have to keep our groups and projects private inside gitlab.
We therefore also have to build our docker images for the gitpod dev environment inside a private repository and publish to the gitlab private registry.
It would be nice if gitpod could access these images as well.
The text was updated successfully, but these errors were encountered: