1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00
Files
Simon Pasquier 2961a0f1e2 Use prometheus-alertmanager-test-webhook image from quay.io/prometheus-operator (#5025)
* example/alertmanager-webhook: build image for amd64 and arm64

Closes #5012

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* test/e2e: remove use of legacy coreos image

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2022-09-19 14:52:23 +00:00

8 lines
140 B
Docker

FROM scratch
ARG ARCH="amd64"
COPY linux/${ARCH}/alertmanager-webhook /bin/alertmanager-webhook
ENTRYPOINT ["/bin/alertmanager-webhook"]