Skip to content

Commit

Permalink
release: update to use image pavics/workflow-tests:200925.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Sep 25, 2020
1 parent 5f82a41 commit 9d6eb15
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:200925"
image "pavics/workflow-tests:200925.1"
label 'linux && docker'
}
}
Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
@@ -1,4 +1,4 @@
FROM pavics/workflow-tests:200925
FROM pavics/workflow-tests:200925.1

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

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

0 comments on commit 9d6eb15

Please sign in to comment.