Skip to content

Commit

Permalink
release: update to use image pavics/workflow-tests:230301
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Mar 1, 2023
1 parent c325ad7 commit eab04b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
@@ -1,4 +1,4 @@
FROM pavics/workflow-tests:230224
FROM pavics/workflow-tests:230301

USER root

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion launchnotebook
Expand Up @@ -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
Expand Down

0 comments on commit eab04b5

Please sign in to comment.