Skip to content

Commit

Permalink
Upgrade to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhansengun committed Jan 8, 2022
1 parent 823c695 commit e2e337b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ FROM openjdk:8-jre AS build-env

LABEL maintainer="Gokhan Sengun <[email protected]>"

ADD https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.4.1.zip /apache-jmeter.zip
ADD https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.4.3.zip /apache-jmeter.zip
RUN unzip /apache-jmeter.zip -d /

RUN curl -L -o /usr/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod u+x /usr/bin/jq

FROM openjdk:8-jre AS runtime-env

COPY --from=build-env /apache-jmeter-5.4.1 /jmeter
COPY --from=build-env /apache-jmeter-5.4.3 /jmeter
COPY --from=build-env /usr/bin/jq /usr/bin/jq

RUN ln -s /jmeter/bin/jmeter /usr/local/bin/jmeter
Expand Down

0 comments on commit e2e337b

Please sign in to comment.