Builds a docker image for RichiH/modbus_exporter so that the modbus_exporter can be installed easily in a k8s cluster.
- small images based on alpine
- built for amd64, arm32 and arm64 architecture
See modbus-exporter-example.yaml
. The modbus.yml
configuration file is provided as ConfigMap.
Sample access with port forwarding:
The images are built and pushed to ghcr.io by a github action.
Manual local build:
docker build -t ghcr.io/stephanme/modbus_exporter .
# full rebuild (update base image and chrome)
docker build --pull --no-cache -t ghcr.io/stephanme/modbus_exporter .
Tag this repo and a tagged docker image with the same version will be published.
- Version schema is independent of RichiH/modbus_exporter. I try to follow semver.
- Most important info is the referenced commit id of RichiH/modbus_exporter.