You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --with-ssl-cert-file option to build command
This makes the root CAs from the host available to containers during a
build.
Update docs/buildah-build.1.md
Update docs/buildah-from.1.md
Co-authored-by: Tom Sweeney <[email protected]>
Signed-off-by: Adam Eijdenberg <[email protected]>
fs.StringVar(&flags.ShmSize, "shm-size", defaultContainerConfig.Containers.ShmSize, "size of '/dev/shm'. The format is `<number><unit>`.")
413
+
fs.BoolVar(&flags.WithSSLCertFile, "with-ssl-cert-file", false, "mount host root CAs to /host-ssl-cert-file in container during build, and set SSL_CERT_FILE to point to it")
0 commit comments