On Monday, 9 March 2020 16:19:43 UTC, BDT wrote:
>
> I didn't verify but I miss to tell you something about docker image. I 
> have build my own one like this. If the alertmanager image contains CA, I 
> think it didn't copy automatically to my new image.
> I'm not an expert with multi stating docker image but it could be my 
> problem. I have to be carefull ...
>
> ARG ALERT_TAG=latest
> FROM prom/alertmanager:${ALERT_TAG} as build
>
> FROM alpine:3.10.2
> RUN apk add gettext
>
> COPY --from=build /bin/alertmanager /bin/alertmanager
>
>
Ah I see - you just pulled out the binary.  So it would be up to you to set 
up everything else required, such as "apk add ca-certificates".

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/503c701f-d15e-4499-b41e-09539bee5baf%40googlegroups.com.

Reply via email to