Skip to content

Commit

Permalink
release: update to use image pavics/workflow-tests:220427
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Apr 27, 2022
1 parent 6c65cb3 commit dc67451
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:220426"
image "pavics/workflow-tests:220427"
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:220426
FROM pavics/workflow-tests:220427

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:220426"
DOCKER_IMAGE="pavics/workflow-tests:220427"
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:220426"
DOCKER_IMAGE="pavics/workflow-tests:220427"
fi

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

0 comments on commit dc67451

Please sign in to comment.