jmeter in docker, based on openJDK
defaults to openjdk:8-alpine for openJDK base image FROM baseimage:tag Pass at build-time to the builder with the docker build command using --build-arg baseimage= --build-arg tag=
defaults to 2.13 Pass to set which JMeter version to install (at build-time to the builder with the docker build command using --build-arg jmeter_version=
defaults to md5 Pass to switch checksum type to sha512, since JMeter ver.5.0 there is no md5 checksum file, so you have to switch to sha521 using --build-arg checksum_type=sha521 Checksum availability based on JMeter version, see https://archive.apache.org/dist/jmeter/binaries/
set to '-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap' if deploying to k8s and have the memory request and limit set for JVM to obey cgroups (since Java 8u131)
will be needed if you want to deploy master - slave(s) distributed testeing configuration
default runs the sample test in CLI Mode (NON GUi mode) and exits, override with --entrypoint sh at runtime, if you want to peek into the container
Content type
Image
Digest
Size
177.9 MB
Last updated
over 7 years ago
docker pull blsk/jmeter