-
Notifications
You must be signed in to change notification settings - Fork 390
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
Add support for gitlab as build registry #965
Comments
That would be great! There are a few parts of the code where we have taken shortcuts because we made assumptions about the structure of the URL. Probably a lot of them would be cleaner if we use more of |
This comment has been minimized.
This comment has been minimized.
Hi @rochaporto, As of primo February 2020 is there any solution to this? Or are anybody working on it to your knowledge? We are facing the same challenge and would like to have as much input as possible, A shortterm solution is to use our legacy registry outside GitLab, but it is not sustainable. thanks in advance! |
I don't think anyone has worked on this. |
Sorry, i left this here and never pushed the PR. Will try to do it asap. |
Update, it doesn't work for finding pre built images it just successfully pushes |
We are interested in using Gitlab for a build registry. We need to have our registry on-prem, and have gitlab available. He there been any progress on this? |
There's an open PR: |
Best solution I found was to self host a dockerhub, our docker registry was throttling |
We're trying to use a gitlab registry as backend for build images.
The setup is done using a helm chart, and passing in the configuration:
After debugging the multiple authz errors, it seems to boil down to:
I'll push a PR soon, just figuring out the best way to make 2. generic.
The text was updated successfully, but these errors were encountered: