Add hostprocess image builds (#1507)

This commit is contained in:
Jan-Otto Kröpke
2024-07-22 15:21:05 +02:00
committed by GitHub
parent 578b16b448
commit caee5a05fe
3 changed files with 43 additions and 2 deletions

View File

@@ -160,6 +160,12 @@ The windows_exporter can be run as a Docker container. The Docker image is avail
* [GitHub Container Registry](https://github.com/prometheus-community/windows_exporter/pkgs/container/windows-exporter): `ghcr.io/prometheus-community/windows-exporter`
<!-- * [quay.io Registry](https://quay.io/repository/prometheuscommunity/windows-exporter): `quay.io/prometheuscommunity/windows-exporter` -->
### Tags
The Docker image is tagged with the version of the exporter. The `latest` tag is also available and points to the latest release.
Additionally, a flavor `hostprocess` with `-hostprocess` as suffix is based on the https://github.com/microsoft/windows-host-process-containers-base-image
which is designed to run as a Windows host process container. The size of that images is smaller than the default one.
## Kubernetes Implementation