mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
Merge pull request #379 from prymitive/demo-am
chore(demo): pin alertmanager to 0.15.3 on demo site
This commit is contained in:
@@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 make -C /go/src/github.com/prymitive/karma VERSION="${VERSION:
|
||||
FROM alpine:latest
|
||||
RUN apk add --update supervisor python && rm -rf /tmp/* /var/cache/apk/*
|
||||
COPY demo/supervisord.conf /etc/supervisord.conf
|
||||
COPY --from=prom/alertmanager:latest /bin/alertmanager /alertmanager
|
||||
COPY --from=prom/alertmanager:v0.15.3 /bin/alertmanager /alertmanager
|
||||
COPY demo/alertmanager.yaml /etc/alertmanager.yaml
|
||||
COPY demo/generator.py /generator.py
|
||||
COPY --from=go-builder /go/src/github.com/prymitive/karma/karma /karma
|
||||
|
||||
Reference in New Issue
Block a user