🦊 🐳 Publish your docker images in a private registry with GitLab Container Registry

It may happen that you need a private registry to publish your docker images (business projects, dev docker images, etc…). There are several solutions to do that : take a docker hub subscription which allows you to create private projects create and maintain your own registry (ex: harbor) use GitLab Registry The docker hub solution may seem to be the right one for a company with large projects, but for simple needs (ex: management of development docker images) or for side projects, the Gitlab Registry solution is in my opinion the simplest. ...

January 16, 2022 · 3 min · Matthieu Drouian

🦊 📦 How to manage NPM modules with GitLab Packages and semantic-release

GitLab offers a private NPM registry for each project with the GitLab Packages feature. We will see in this article how to use it to publish modules then how to automate the releases and the changelog generation on a project. ...

December 11, 2021 · 4 min · Matthieu Drouian