Skip to content

stephanme/modbus-exporter-image

Repository files navigation

modbus-exporter-image

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

Example Deployment

See modbus-exporter-example.yaml. The modbus.yml configuration file is provided as ConfigMap.

Sample access with port forwarding:

Build

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 .

Release

Tag this repo and a tagged docker image with the same version will be published.

Release notes