Skip to content

Commit

Permalink
gatling version -> 3.10.5 openjdk -> 21-jdk-slim-bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
kane8n committed May 27, 2024
1 parent 0504073 commit 824e2c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gatling/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
#
# Gatling is a highly capable load testing tool.

#FROM openjdk:21-jdk-slim-bullseye
FROM eclipse-temurin:21
FROM openjdk:21-jdk-slim-bullseye

# working directory for gatling
WORKDIR /opt

# gating version
ENV GATLING_VERSION 3.11.3
ENV GATLING_VERSION 3.10.5

# create directory for gatling install
RUN mkdir -p gatling
Expand All @@ -19,7 +18,7 @@ RUN mkdir -p gatling
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget unzip && \
mkdir -p /tmp/downloads && \
wget -q -O /tmp/downloads/gatling-$GATLING_VERSION.zip \
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/$GATLING_VERSION/gatling-charts-highcharts-bundle-$GATLING_VERSION.zip && \
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/$GATLING_VERSION/gatling-charts-highcharts-bundle-$GATLING_VERSION-bundle.zip && \
mkdir -p /tmp/archive && cd /tmp/archive && \
unzip /tmp/downloads/gatling-$GATLING_VERSION.zip && \
mv /tmp/archive/gatling-charts-highcharts-bundle-$GATLING_VERSION/* /opt/gatling/ && \
Expand Down

0 comments on commit 824e2c5

Please sign in to comment.