letsencrypt / unbound_exporter

A Prometheus exporter for Unbound.
Apache License 2.0
178 stars 80 forks source link

Container image #60

Open 0dragosh opened 1 year ago

0dragosh commented 1 year ago

It would be great if we had a container image, hosted on ghcr.io and not docker hub due to the limits.

jpds commented 1 year ago

PR for the base Docker image at #30 .

mcpherrinm commented 11 months ago

I’m going to update the PR #30 and we will publish a docker image.

Cyb3r-Jak3 commented 9 months ago

For those who want a published docker image, I made my own available with cyb3rjak3/unbound-exporter or ghcr.io/cyb3r-jak3/unbound-exporter.

Source also happy to make a PR for publishing images in this repo.

mcpherrinm commented 9 months ago

Was there any reason you wrote your own dockerfile and not using the one in this repo?

I haven't had time to set up publishing that publicly yet.

Cyb3r-Jak3 commented 9 months ago

Couple of reasons I have my own docker file.

  1. Using busybox as the release image means that healthchecks can be supported as wget is already in the image. Also allow for a few more architectures than distroless container.
  2. By cloning the repo, instead of using COPY, I can easily change the version of the unbound exporter used.