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

Merge branch 'update-to-pytango-9.3.3' into 'master'

Update Docker images to use PyTango 9.3.3

See merge request ska-telescope/lmc-base-classes!39
parents 60861adb c2359464
No related branches found
No related tags found
No related merge requests found
# GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application.
# Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml.
# In this case we use the latest python docker image to build and test this project.
image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2.1
image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.3.1
include:
- project: 'ska-telescope/templates-repository'
......
# Use SKA python image as base image
FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2.1 AS buildenv
FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.2.1 AS runtime
FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.3.1 AS buildenv
FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.3.1 AS runtime
# create ipython profile to so that itango doesn't fail if ipython hasn't run yet
RUN ipython profile create
......
......@@ -17,7 +17,7 @@ SHELL = /bin/bash
#
DOCKER_REGISTRY_USER:=tango-example
PROJECT = lmcbaseclasses
IMAGE_FOR_DIAGRAMS = nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2.1
IMAGE_FOR_DIAGRAMS = nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.3.1
#
# include makefile to pick up the standard Make targets, e.g., 'make build'
# build, 'make push' docker push procedure, etc. The other Make targets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment