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

Task #10339: Use "latest" tag by default when deciding which CEP4 image to run

parent feea18b5
No related branches found
No related tags found
No related merge requests found
......@@ -173,11 +173,11 @@ class Parset(dict):
@staticmethod
def defaultDockerImage():
return runCommand("docker-template", "lofar-pipeline:${LOFAR_TAG}")
return "lofar-pipeline:latest"
@staticmethod
def defaultDockerTag():
return runCommand("docker-template", "${LOFAR_TAG}")
return "latest"
def dockerImage(self):
# Return the version set in the parset, and fall back to our own version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment