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

Update Docker images to use PyTango 9.3.3

Update CI to use the newest releases available.
PyTango 9.3.3, and cppTango 9.3.4.
parent 60861adb
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. # 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. # 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. # 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: include:
- project: 'ska-telescope/templates-repository' - project: 'ska-telescope/templates-repository'
......
# Use SKA python image as base image # 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-buildenv:9.3.3.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-runtime:9.3.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
......
...@@ -17,7 +17,7 @@ SHELL = /bin/bash ...@@ -17,7 +17,7 @@ SHELL = /bin/bash
# #
DOCKER_REGISTRY_USER:=tango-example DOCKER_REGISTRY_USER:=tango-example
PROJECT = lmcbaseclasses 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' # include makefile to pick up the standard Make targets, e.g., 'make build'
# build, 'make push' docker push procedure, etc. The other Make targets # 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