Skip to content
Snippets Groups Projects
Josef Němec's avatar
871aea0b
Name Last commit Last update
ci
.gitlab-ci.yml
README.md
image-description.yaml

Container Registry

Description

Description of docker container images used in g2-openstack is described in image-description.yaml. Images are pulled and stored locally.

Usage

Add a new container description into image-description.yaml, keep the same syntax. Automatic pipeline will take care of the rest.

Because gitlab doesn't allow more than 1 / in registry names, it is replaced with 2 of _. Refer to the example below.
If you want to download the image with every pipeline run (weekly), use overwrite-existing: true.

Example:

  - upstream-image: docker.itera.io/stackanetes/porthole-mysqlclient-utility:latest-ubuntu_bionic
    downstream-images:
      - docker.itera.io__stackanetes__porthole-mysqlclient-utility:latest-ubuntu_bionic
    overwrite-existing: false