783a723b22
Added a command-line flag (tlsdir) to buildctl that allowed for specifying a directory that contains a ca.pem, cert.pem, and key.pem. This command-line flag acts an alias of --tlscacert, --tlscert, and --tlskey. --tlsdir cannot be used at the same time as those flags, and will cause an error if done. The pkg/errors package has been added to cmd/buildctl/common/common.go to allow for the creation of this error message. Signed-off-by: Jeffrey Huang <jeffreyhuang23@gmail.com> |
||
---|---|---|
.. | ||
common.go | ||
trace.go |