Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 4c76c77

Browse files
committed
Upgrade to JMeter 5.0 rr1840935
1 parent 139ea82 commit 4c76c77

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
22
test/
3+
Notes.md

Dockerfile-standalone

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8u162
22
LABEL maintainer="[email protected]"
3-
ENV JMETER_VERSION 4.0
3+
ENV JMETER_VERSION 5.0
44
ENV JMETER_HOME /opt/apache-jmeter-${JMETER_VERSION}
55
ENV JMETER_BIN ${JMETER_HOME}/bin
66
ENV PATH ${JMETER_BIN}:$PATH

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
### Supported tags and respective `Dockerfile` links
2525

26-
* `latest`, `4.0.0-1.1.0` [(Dockerfile-standalone)](https://github.com/egaillardon/jmeter/blob/4.0.0-1.1.0/Dockerfile-standalone)
26+
* `latest`, `5.0.0-1.0.0` [(Dockerfile-standalone)](https://github.com/egaillardon/jmeter/blob/5.0.0-1.0.0/Dockerfile-standalone)
27+
* `4.0.0-1.1.0` [(Dockerfile-standalone)](https://github.com/egaillardon/jmeter/blob/4.0.0-1.1.0/Dockerfile-standalone)
2728
* `4.0.0-1.0.0` [(Dockerfile-standalone)](https://github.com/egaillardon/jmeter/blob/4.0.0-1.0.0/Dockerfile-standalone)
2829

2930
## Quick reference
@@ -282,5 +283,7 @@ docker run --detach --publish 1099:1099 --env TZ=Europe/Paris --rm egaillardon/j
282283
```
283284

284285
## Changelog
286+
* 5.0.0-1.0.0 :
287+
* JMeter 5.0 r1840935
285288
* 4.0.0-1.1.0 :
286289
* Set the user `jmeter` when running the image

0 commit comments

Comments
 (0)