Skip to content

Commit

Permalink
release: update to use image pavics/workflow-tests:230503
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed May 4, 2023
1 parent 288d681 commit 70a1af9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
// https://jenkins.io/doc/book/pipeline/syntax/
agent {
docker {
image "pavics/workflow-tests:230419"
image "pavics/workflow-tests:230503"
label 'linux && docker'
}
}
Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pavics/workflow-tests:230419
FROM pavics/workflow-tests:230503

USER root

Expand Down
2 changes: 1 addition & 1 deletion launchcontainer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -x

if [ -z "$DOCKER_IMAGE" ]; then
DOCKER_IMAGE="pavics/workflow-tests:230419"
DOCKER_IMAGE="pavics/workflow-tests:230503"
fi

if [ -z "$CONTAINER_NAME" ]; then
Expand Down
2 changes: 1 addition & 1 deletion launchnotebook
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -z "$PORT" ]; then
fi

if [ -z "$DOCKER_IMAGE" ]; then
DOCKER_IMAGE="pavics/workflow-tests:230419"
DOCKER_IMAGE="pavics/workflow-tests:230503"
fi

if [ -z "$CONTAINER_NAME" ]; then
Expand Down

0 comments on commit 70a1af9

Please sign in to comment.