Skip to content
Snippets Groups Projects
Commit 5d3ced38 authored by Anton Joubert's avatar Anton Joubert
Browse files

Use 9.3.1 tagged python docker images

More consistent if versioned images are used.
parent ac05e647
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 nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:latest AS buildenv FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.1 AS buildenv
FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:latest AS runtime FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.1 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment