August 2019
Beginner
608 pages
16h 7m
English
If you have the container registry enabled in GitLab, you can store Docker images that are built in your CI/CD process. To enable this GitLab feature, you have to reconfigure your GitLab instance and enable the registry functionality. When enabled, there will be a registry menu item on the left for each project. If you click on it, you can view the contents of the registry and instructions on how to use it, as shown in the following screenshot:

To store images in it for later use you have to edit your CI/CD configuration file in the root of your project. Here's an example for the eventmanager project:
build: image: ...
Read now
Unlock full access