github.com/kubeshop/testkube@v1.17.23/contrib/docker/jmeter/README.md (about)

     1  # JMeter
     2  
     3  This repository contains Dockerfiles for JMeter builds which are used by the Testkube JMeter Executor.
     4  
     5  Currently supported builds:
     6  * JMeter 5.5 with OpenJDK 17 built on RHEL UBI 8.8 (minimal)
     7  
     8  ## Development
     9  
    10  Use the following `make` targets to build and push the images:
    11  
    12  To build the JMeter Docker image use:
    13  ```bash
    14  make build
    15  ```
    16  
    17  To do a quick test run of the JMeter Docker image use:
    18  ```bash
    19  make test
    20  ```
    21  
    22  To push the JMeter Docker image to the registry use:
    23  ```bash
    24  make push
    25  ```