mittwald/kube-httpcache

Streamline Dockerfiles & assert that varnish-exporter is present in all images

martin-helmich opened this issue · 1 comments

Currently, we have two different Dockerfiles for this project:

  1. build/package/docker/Dockerfile for "regular" docker build builds
  2. build/package/docker/GoReleaser.Dockerfile for Docker builds triggered by Goreleaser.

These images differ in the features they're offering (for example, the "regular" Dockerfile contains the jonnenauha/prometheus_varnish_exporter binary, whereas the Goreleaser Dockerfile does not, as noted in #81 (comment)) and make any kind of change unnecessarily complex and error prone.

We should investigate if we can use a single Dockerfile for all use-cases.

There has not been any activity to this issue in the last 14 days. It will automatically be closed after 7 more days. Remove the stale label to prevent this.