File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 1- FROM pavics/workflow-tests:py311-250423-update250730
1+ FROM pavics/workflow-tests:py311-250423-update250730-update251110
22
33USER root
44
Original file line number Diff line number Diff line change 11#! /bin/sh -x
22
33if [ -z " $DOCKER_IMAGE " ]; then
4- DOCKER_IMAGE=" pavics/workflow-tests:py311-250423-update250730"
4+ DOCKER_IMAGE=" pavics/workflow-tests:py311-250423-update250730-update251110 "
55fi
66
77if [ -z " $CONTAINER_NAME " ]; then
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ -z "$PORT" ]; then
77fi
88
99if [ -z " $DOCKER_IMAGE " ]; then
10- DOCKER_IMAGE=" pavics/workflow-tests:py311-250423-update250730"
10+ DOCKER_IMAGE=" pavics/workflow-tests:py311-250423-update250730-update251110 "
1111fi
1212
1313if [ -z " $CONTAINER_NAME " ]; then
You can’t perform that action at this time.
0 commit comments