Container Registry

With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images.

Learn more about Container Registry.

How to use the Container Registry

First log in to GitLab’s Container Registry using your GitLab username and password. If you have 2FA enabled you need to use a personal access token:

docker login municipalitybank.com:5050

Once you log in, you’re free to create and upload a container image using the common build and push commands:

docker build -t municipalitybank.com:5050/ipgallery.common.java/microservice .
docker push municipalitybank.com:5050/ipgallery.common.java/microservice


Use different image names

GitLab supports up to 3 levels of image names. The following examples of images are valid for your project:

municipalitybank.com:5050/ipgallery.common.java/microservice:tag
municipalitybank.com:5050/ipgallery.common.java/microservice/optional-image-name:tag
municipalitybank.com:5050/ipgallery.common.java/microservice/optional-name/optional-image-name:tag

Tag Tag ID Size Created
8-jdk-slim 15e51338c 143 MB · 10 layers over 4 years
latest 87d36576c 42.3 MB · 25 layers over 8 years
No tags in Container Registry for this container image.