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

Removed use of SOURCE_IMAGE in FROM field in Dockerfile as older dockers dont...

Removed use of SOURCE_IMAGE in FROM field in Dockerfile as older dockers dont support it, removed partial 'lofar' naming scheme in containers & images
parent d3ab6d15
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ version: '2' ...@@ -15,7 +15,7 @@ version: '2'
services: services:
itango: itango:
build: build:
context: lofar-itango context: itango
args: args:
SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-itango:latest SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-itango:latest
container_name: ${CONTAINER_NAME_PREFIX}itango container_name: ${CONTAINER_NAME_PREFIX}itango
......
...@@ -15,9 +15,7 @@ version: '2' ...@@ -15,9 +15,7 @@ version: '2'
services: services:
jupyter: jupyter:
build: build:
context: lofar-jupyter context: jupyter
args:
SOURCE_IMAGE: lofar-itango:latest
container_name: ${CONTAINER_NAME_PREFIX}jupyter container_name: ${CONTAINER_NAME_PREFIX}jupyter
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
volumes: volumes:
......
ARG VERSION=latest ARG VERSION=latest
FROM lofar-itango:${VERSION} FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:${VERSION}
RUN pip3 install jupyter RUN pip3 install jupyter
RUN pip3 install ipykernel RUN pip3 install ipykernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment