diff --git a/Dockerfile b/Dockerfile index 3ca716320b8e3bee696a665ebc78724e8183a197..781de54a96c433fc4a49e6398a4f14493c2066ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use SKA python image as base image -FROM ska-registry.av.it.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-buildenv:latest AS buildenv +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 RUN ipython profile create diff --git a/Makefile b/Makefile index 33507abda40bcb8c4eb8a90a1722f2ddf4be78c5..33970baea1bc417136923bccd7255f5e92df0b06 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ # # DOCKER_REGISTRY_HOST, DOCKER_REGISTRY_USER and PROJECT are combined to define # 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 -# ska-registry.av.it.pt/dishmaster/dishmaster +# nexus.engageska-portugal.pt/dishmaster/dishmaster # DOCKER_REGISTRY_USER:=tango-example PROJECT = lmcbaseclasses diff --git a/docker-compose.yml b/docker-compose.yml index 567be160c336c81a63a616186eb6c65a37544a2d..1ced40bc1fa86d64f7834277b2cc62b9e101111f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ volumes: services: tangodb: - image: ska-registry.av.it.pt/ska-docker/tango-db:latest + image: nexus.engageska-portugal.pt/ska-docker/tango-db:latest depends_on: - rsyslog-lmcbaseclasses environment: @@ -30,7 +30,7 @@ services: - tangodb:/var/lib/mysql databaseds: - image: ska-registry.av.it.pt/ska-docker/tango-cpp:latest + image: nexus.engageska-portugal.pt/ska-docker/tango-cpp:latest depends_on: - tangodb environment: