mantidproject / dockerfiles

Docker images relating to Mantid
https://hub.docker.com/u/mantidproject/
GNU General Public License v3.0
3 stars 7 forks source link

Upgrade jenkins-node docker image base #56

Closed martyngigg closed 1 year ago

martyngigg commented 1 year ago

The remoting version of the Jenkins node image is now too old to be connected to Jenkins without specifying a parameter to allow unsupported versions. Update the image to a later version: https://github.com/mantidproject/dockerfiles/blob/49ceb216ca75f14a474fb9609928cb121e985cc8/jenkins-node/mantid-builder/docker-images/UbuntuBionic.Dockerfile#L16

In this file also replace any mentions of the word slave to agent.

martyngigg commented 1 year ago

This has been fixed as part of #54 and the new slim image The older docker files will be removed and the new images rolled out in due course