Skip to content
Snippets Groups Projects
Commit ca7aa3a8 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-251: Moved SKA repo from nexus.engageska-portugal.pt to artefact.skatelescope.org

parent d77ce2d8
No related branches found
No related tags found
2 merge requests!54L2SS-251: SKA Tango images moved,!53L2SS-251: Moved SKA repo from nexus.engageska-portugal.pt to artefact.skatelescope.org
......@@ -28,7 +28,7 @@ else
fi
#docker run --rm -it --network host ${OPTIONS} nexus.engageska-portugal.pt/ska-docker/tango-java:latest ${command} ${@}
container_name=nexus.engageska-portugal.pt/ska-docker/tango-java:latest
container_name=artefact.skatelescope.org/ska-tango-images/tango-java:9.3.3.2
container=$(docker ps | egrep ${container_name} | cut -d' ' -f1)
if [ ! -z ${container} ]; then
docker exec -it ${container} ${command} ${@}
......
DOCKER_REGISTRY_HOST=nexus.engageska-portugal.pt
DOCKER_REGISTRY_USER=ska-docker
DOCKER_REGISTRY_HOST=artefact.skatelescope.org
DOCKER_REGISTRY_USER=ska-tango-images
ARG VERSION=latest
ARG DOCKER_REGISTRY_HOST=nexus.engageska-portugal.pt
ARG DOCKER_REGISTRY_USER=ska-docker
ARG VERSION=9.3.3.7
ARG DOCKER_REGISTRY_HOST=artefact.skatelescope.org
ARG DOCKER_REGISTRY_USER=ska-tango-images
FROM $DOCKER_REGISTRY_HOST/$DOCKER_REGISTRY_USER/tango-itango:${VERSION}
RUN sudo apt-get -y update && \
......
ARG VERSION=latest
FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:${VERSION}
ARG VERSION=9.3.3.7
FROM artefact.skatelescope.org/ska-tango-images/tango-itango:${VERSION}
# UID if the user that this container will run under. This is needed to give directories
# that are needed for temporary storage the proper owner and access rights.
......
FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:latest
ARG VERSION=9.3.3.7
FROM artefact.skatelescope.org/ska-tango-images/tango-itango:${VERSION}
RUN sudo apt-get update && sudo apt-get install -y git && sudo apt-get clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment