File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5353 <run >chmod +x /usr/local/skywalking/run.sh</run >
5454 <run >tar -xvf ../tools/skywalking-mock-collector.tar.gz -C ../tools</run >
5555 <run >apt-get update -y</run >
56- <run >apt-get install -y unzip</run >
56+ <run >apt-get install -y unzip bash </run >
5757 <run >rm -rf /var/lib/apt/lists/*</run >
5858 </runCmds >
5959 <cmd >["/usr/local/skywalking/run.sh"]</cmd >
Original file line number Diff line number Diff line change @@ -159,15 +159,8 @@ remove_dir() {
159159start_stamp=` date +%s`
160160parse_commandline " $@ "
161161
162- if [[ " $scenario_name " == " gateway-4.3.x-scenario" ]]; then
163- base_image_java=" eclipse-temurin:17-jdk-jammy"
164- base_image_tomcat=" tomcat:10.1-jdk17"
165- fi
166-
167162echo " Scenario=$scenario_name JavaImage=$base_image_java TomcatImage=$base_image_tomcat "
168163
169-
170-
171164if [[ " $cleanup " == " on" ]]; then
172165 do_cleanup
173166 [[ -z " ${scenario_name} " ]] && exit 0
You can’t perform that action at this time.
0 commit comments