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

change docker registry v2

parent c3588c0c
No related branches found
No related tags found
No related merge requests found
# Use SKA python image as base image # Use SKA python image as base image
FROM ska-registry.av.it.pt/ska-docker/ska-python-buildenv:latest AS buildenv FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:latest AS buildenv
FROM ska-registry.av.it.pt/ska-docker/ska-python-runtime:latest AS runtime FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:latest AS runtime
# create ipython profile to so that itango doesn't fail if ipython hasn't run yet # create ipython profile to so that itango doesn't fail if ipython hasn't run yet
RUN ipython profile create RUN ipython profile create
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
# #
# DOCKER_REGISTRY_HOST, DOCKER_REGISTRY_USER and PROJECT are combined to define # DOCKER_REGISTRY_HOST, DOCKER_REGISTRY_USER and PROJECT are combined to define
# the Docker tag for this project. The definition below inherits the standard # the Docker tag for this project. The definition below inherits the standard
# value for DOCKER_REGISTRY_HOST (=rska-registry.av.it.pt) and overwrites # value for DOCKER_REGISTRY_HOST (=rnexus.engageska-portugal.pt) and overwrites
# DOCKER_REGISTRY_USER and PROJECT to give a final Docker tag of # DOCKER_REGISTRY_USER and PROJECT to give a final Docker tag of
# ska-registry.av.it.pt/dishmaster/dishmaster # nexus.engageska-portugal.pt/dishmaster/dishmaster
# #
DOCKER_REGISTRY_USER:=tango-example DOCKER_REGISTRY_USER:=tango-example
PROJECT = lmcbaseclasses PROJECT = lmcbaseclasses
......
...@@ -18,7 +18,7 @@ volumes: ...@@ -18,7 +18,7 @@ volumes:
services: services:
tangodb: tangodb:
image: ska-registry.av.it.pt/ska-docker/tango-db:latest image: nexus.engageska-portugal.pt/ska-docker/tango-db:latest
depends_on: depends_on:
- rsyslog-lmcbaseclasses - rsyslog-lmcbaseclasses
environment: environment:
...@@ -30,7 +30,7 @@ services: ...@@ -30,7 +30,7 @@ services:
- tangodb:/var/lib/mysql - tangodb:/var/lib/mysql
databaseds: databaseds:
image: ska-registry.av.it.pt/ska-docker/tango-cpp:latest image: nexus.engageska-portugal.pt/ska-docker/tango-cpp:latest
depends_on: depends_on:
- tangodb - tangodb
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment