diff --git a/Jenkinsfile b/Jenkinsfile index 934462fc..2bffa2f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { // https://jenkins.io/doc/book/pipeline/syntax/ agent { docker { - image "pavics/workflow-tests:230224" + image "pavics/workflow-tests:230301" label 'linux && docker' } } diff --git a/binder/Dockerfile b/binder/Dockerfile index c9e69718..c75385c8 100644 --- a/binder/Dockerfile +++ b/binder/Dockerfile @@ -1,4 +1,4 @@ -FROM pavics/workflow-tests:230224 +FROM pavics/workflow-tests:230301 USER root diff --git a/launchcontainer b/launchcontainer index 68afd31c..d27cbb66 100755 --- a/launchcontainer +++ b/launchcontainer @@ -1,7 +1,7 @@ #!/bin/sh -x if [ -z "$DOCKER_IMAGE" ]; then - DOCKER_IMAGE="pavics/workflow-tests:230224" + DOCKER_IMAGE="pavics/workflow-tests:230301" fi if [ -z "$CONTAINER_NAME" ]; then diff --git a/launchnotebook b/launchnotebook index fe49c295..59168fe5 100755 --- a/launchnotebook +++ b/launchnotebook @@ -7,7 +7,7 @@ if [ -z "$PORT" ]; then fi if [ -z "$DOCKER_IMAGE" ]; then - DOCKER_IMAGE="pavics/workflow-tests:230224" + DOCKER_IMAGE="pavics/workflow-tests:230301" fi if [ -z "$CONTAINER_NAME" ]; then