Skip to content

Commit

Permalink
ci: fix docker loadtesting (#8499)
Browse files Browse the repository at this point in the history
test: fix docker loadtesting

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
  • Loading branch information
moabu committed May 13, 2024
1 parent bbd6754 commit af7e99f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/benchmarking/docker-jans-loadtesting-jmeter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ RUN pip install --no-cache-dir -U pip wheel \
COPY scripts /scripts

RUN mkdir -p /root/.bzt/jmeter-taurus \
&& wget -q https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.5.tgz -O /scripts/apache-jmeter-5.5.tgz \
&& tar zxvf /scripts/apache-jmeter-5.5.tgz -C /root/.bzt/jmeter-taurus \
&& mv /root/.bzt/jmeter-taurus/apache-jmeter-5.5 /root/.bzt/jmeter-taurus/5.5
&& wget -q https://dlcdn.apache.org/jmeter/binaries/apache-jmeter-5.6.3.tgz -O /scripts/apache-jmeter-5.6.tgz \
&& tar zxvf /scripts/apache-jmeter-5.6.tgz -C /root/.bzt/jmeter-taurus \
&& mv /root/.bzt/jmeter-taurus/apache-jmeter-5.6 /root/.bzt/jmeter-taurus/5.6

LABEL org.opencontainers.image.url="ghcr.io/janssenproject/jans/loadtesting-jmeter" \
org.opencontainers.image.authors="Janssen Project <support@jans.io>" \
Expand Down

0 comments on commit af7e99f

Please sign in to comment.