597bf0ff9b
This KRM function will contain clusterctl binary with version 0.3.x for backward compatibility while the main one will move forward with 0.4.x releases. Change-Id: Iba167be074c07a20701ed45c4b2ccf38ddb2185a Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Related-To: #647 Related-To: #642 Relates-To: #650 |
||
---|---|---|
.. | ||
README.md |
Additional Docker image root certificate authorities
If you require additional certificate authorities for your Docker image:
- Add ASCII PEM encoded .crt files to this directory
- The files will be copied into your docker image at build time.
To update manually copy the .crt files to /usr/local/share/ca-certificates/ and run sudo update-ca-certificates.