Skip to content
Snippets Groups Projects
Commit c3588c0c authored by Dzianis Bartashevich's avatar Dzianis Bartashevich
Browse files

change docker registry

parent ebc3d5f2
No related branches found
No related tags found
No related merge requests found
# GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application. # GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application.
# Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml. # Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml.
# In this case we use the latest python docker image to build and test this project. # In this case we use the latest python docker image to build and test this project.
image: ska-registry.av.it.pt/ska-docker/tango-builder:latest image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment