# docker-jmxfetch-build **Repository Path**: mirrors_DataDog/docker-jmxfetch-build ## Basic Information - **Project Name**: docker-jmxfetch-build - **Description**: Docker container to build jmxfetch - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-jmxfetch-build Docker container to build jmxfetch This repo contains the Dockerfile used to build [JMXFetch](https://github.com/DataDog/jmxfetch) for the Datadog Agent (https://github.com/DataDog/dd-agent). ## builder A typical build command could be: ``` # assumes you have a directory pkg to mount. docker run --name jmxfetch_builder -it -v $(pwd)/pkg:/pkg docker-jmxfetch-build:latest ``` That should drop the `jar` artifact in package. Alternatively, you can provide your own repo. ``` # assumes you have a directory pkg to mount. docker run --name jmxfetch_builder -it -v $(pwd)/pkg:/pkg -v $(pwd)/repo:/jmxfetch docker-jmxfetch-build:latest ```