Hi good people.
I have been trying to set up my gitlab CE instance to run with the container registry, and it seems to require SSL certificates and nested subdomains, but since I only want to use the registry from my local only running docker swarm that I was hoping to deploy to in my CI, I find it kind of overkill to set up certificates etc for the registry. So I was hoping someone here had some experience with running a setup similar to what I am trying to do.
Basically what I want to do is:
- Push to a gitlab repository
- Through CI build a container
- Through the CI push the container to the local instance of the gitlab registry.
- Deploy to the also local only running docker swarm using the newly build containers from the CI job.
You must log in or register to comment.