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

new registry

parent 9e46534b
Branches
Tags
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.
image: ska-registry.av.it.pt/ska-docker/tango-builder:latest image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
services: services:
- docker:dind - docker:dind
......
DOCKER_REGISTRY_HOST=ska-registry.av.it.pt DOCKER_REGISTRY_HOST=nexus.engageska-portugal.pt
DOCKER_REGISTRY_USER=ska-docker DOCKER_REGISTRY_USER=ska-docker
...@@ -19,7 +19,7 @@ NAME=$(shell basename $(CURDIR)) ...@@ -19,7 +19,7 @@ NAME=$(shell basename $(CURDIR))
RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support
ifeq ($(strip $(DOCKER_REGISTRY_HOST)),) ifeq ($(strip $(DOCKER_REGISTRY_HOST)),)
DOCKER_REGISTRY_HOST = ska-registry.av.it.pt DOCKER_REGISTRY_HOST = nexus.engageska-portugal.pt
endif endif
ifeq ($(strip $(DOCKER_REGISTRY_USER)),) 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