Skip to content
Snippets Groups Projects
Unverified Commit ee6b8386 authored by Stewart Williams's avatar Stewart Williams Committed by GitHub
Browse files

Merge pull request #6 from ska-telescope/new-registry

new registry url
parents 9e46534b 3645987f
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.
# 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.
image: ska-registry.av.it.pt/ska-docker/tango-builder:latest
image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
services:
- docker:dind
......
DOCKER_REGISTRY_HOST=ska-registry.av.it.pt
DOCKER_REGISTRY_HOST=nexus.engageska-portugal.pt
DOCKER_REGISTRY_USER=ska-docker
......@@ -19,7 +19,7 @@ NAME=$(shell basename $(CURDIR))
RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support
ifeq ($(strip $(DOCKER_REGISTRY_HOST)),)
DOCKER_REGISTRY_HOST = ska-registry.av.it.pt
DOCKER_REGISTRY_HOST = nexus.engageska-portugal.pt
endif
ifeq ($(strip $(DOCKER_REGISTRY_USER)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment