Hacker News new | ask | show | jobs
by geezerjay 2615 days ago
Gitlab provides public and private projects with their own registry which can host Docker images built by Gitlab's CICD service.
1 comments

And you can even run your own gitlab instance and don't expose it to the internet.

Nevertheless: The base images will be pulled from dockerhub by default and I am not sure we should trust them. Do we have any better alternatives for this?