Merge "Introduce common CAs to be mounted to the containers"

This commit is contained in:
Jenkins 2017-04-19 10:54:44 +00:00 committed by Gerrit Code Review
commit 56c8f12077
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ outputs:
value:
- /etc/hosts:/etc/hosts:ro
- /etc/localtime:/etc/localtime:ro
# OpenSSL trusted CAs
- /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:ro
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt:ro
- /etc/pki/tls/certs/ca-bundle.trust.crt:/etc/pki/tls/certs/ca-bundle.trust.crt:ro
- /etc/pki/tls/cert.pem:/etc/pki/tls/cert.pem:ro