Skip to content
Snippets Groups Projects
Verified Commit 7ea99b10 authored by Konrad Botor's avatar Konrad Botor
Browse files

Updated JMeter version since the old one is no longer available for download

parent eb487d93
No related branches found
No related tags found
1 merge request!41Updates for *docker-builder* and *benchmark-test-runner* images
Pipeline #88317 passed
......@@ -19,6 +19,8 @@ COPY <<-EOF /opt/patch.sed
EOF
RUN <<EOF
set -e
# Install system dependencies
apk add --no-cache ca-certificates wget unzip openjdk11-jdk maven git
......@@ -27,10 +29,10 @@ RUN <<EOF
cd /opt/tools
# Install Apache JMeter
wget --quiet https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.4.3.zip -O jmeter.zip
wget --quiet https://dlcdn.apache.org/jmeter/binaries/apache-jmeter-5.6.3.zip -O jmeter.zip
unzip -qq jmeter.zip
rm jmeter.zip
mv apache-jmeter-5.4.3 jmeter
mv apache-jmeter-5.6.3 jmeter
wget --quiet https://jdbc.postgresql.org/download/postgresql-42.3.1.jar -O /opt/tools/jmeter/lib/postgresql-42.3.1.jar
# Build m2u from source
......@@ -53,6 +55,7 @@ FROM alpine:3.17.0
COPY --from=build /opt/tools /opt/tools
RUN <<EOF
set -e
# Install system dependencies
apk add --no-cache bash ca-certificates openjdk11-jre python3 py3-pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment