mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
Copy the Mozilla CA cert store to the docker image
This commit is contained in:
parent
ab6ada9081
commit
35ce88f2dc
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
FROM BASEIMAGE
|
FROM BASEIMAGE
|
||||||
|
RUN mkdir -vp /etc/ssl
|
||||||
COPY adapter /
|
COPY adapter /
|
||||||
|
COPY cacert.pem /etc/ssl/ca-bundle.pem
|
||||||
USER 1001:1001
|
USER 1001:1001
|
||||||
ENTRYPOINT ["/adapter"]
|
ENTRYPOINT ["/adapter"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue