Skip to content

Commit cbe56ac

Browse files
committed
release: update to use image pavics/workflow-tests:py311-250423-update250730-update251110
1 parent a52d669 commit cbe56ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
// https://jenkins.io/doc/book/pipeline/syntax/
1111
agent {
1212
docker {
13-
image "pavics/workflow-tests:py311-250423-update250730"
13+
image "pavics/workflow-tests:py311-250423-update250730-update251110"
1414
label 'linux && docker'
1515
}
1616
}

binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pavics/workflow-tests:py311-250423-update250730
1+
FROM pavics/workflow-tests:py311-250423-update250730-update251110
22

33
USER root
44

launchcontainer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -x
22

33
if [ -z "$DOCKER_IMAGE" ]; then
4-
DOCKER_IMAGE="pavics/workflow-tests:py311-250423-update250730"
4+
DOCKER_IMAGE="pavics/workflow-tests:py311-250423-update250730-update251110"
55
fi
66

77
if [ -z "$CONTAINER_NAME" ]; then

launchnotebook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -z "$PORT" ]; then
77
fi
88

99
if [ -z "$DOCKER_IMAGE" ]; then
10-
DOCKER_IMAGE="pavics/workflow-tests:py311-250423-update250730"
10+
DOCKER_IMAGE="pavics/workflow-tests:py311-250423-update250730-update251110"
1111
fi
1212

1313
if [ -z "$CONTAINER_NAME" ]; then

0 commit comments

Comments
 (0)