mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57: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
|
||||
RUN mkdir -vp /etc/ssl
|
||||
COPY adapter /
|
||||
COPY cacert.pem /etc/ssl/ca-bundle.pem
|
||||
USER 1001:1001
|
||||
ENTRYPOINT ["/adapter"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue