This release fixes the Docker image being not usable because of an invalid path.
- container create failed #36
Docker Images
Docker images are available in the following registries.
# docker hub
docker pull chamilad/kibana-prometheus-exporter:v8.7.x.2
# github container registry
docker pull ghcr.io/chamilad/kibana-prometheus-exporter:v8.7.x.2
Verification
The binary and the Docker images are signed with Sigstore Cosign. The public key
is available in the release artefacts as cosign-v8.7.x.2.pub
.
Install cosign
and use the following commands on Linux to verify the binaries and the images.
# download the binary, signature, and the public key
wget https://github.com/chamilad/kibana-prometheus-exporter/releases/download/v8.7.x.2/kibana_exporter-v8.7.x.2-linux-amd64
wget https://github.com/chamilad/kibana-prometheus-exporter/releases/download/v8.7.x.2/kibana_exporter-v8.7.x.2-linux-amd64.sig
wget https://github.com/chamilad/kibana-prometheus-exporter/releases/download/v8.7.x.2/cosign-v8.7.x.2.pub
# verify the images and the binary
cosign verify --key cosign-v8.7.x.2.pub chamilad/kibana-prometheus-exporter:v8.7.x.2
cosign verify --key cosign-v8.7.x.2.pub ghcr.io/chamilad/kibana-prometheus-exporter:v8.7.x.2
cosign verify-blob --key cosign-v8.7.x.2.pub --signature kibana_exporter-v8.7.x.2-linux-amd64.sig kibana_exporter-v8.7.x.2-linux-amd64
Usage
Refer to the README.md for the usage details.