Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// AllowPlainHttp allows the fallback to http if the oci registry does not support https
AllowPlainHttp bool
// SkipTLSVerify specifies if the server's certificate should be checked for validity.
SkipTLSVerify bool
// CacheDir defines the oci cache directory
CacheDir string
// RegistryConfigPath defines a path to the dockerconfig.json with the oci registry authentication.
RegistryConfigPath string
// ConcourseConfigPath is the path to the local concourse config file.
ConcourseConfigPath string
}
Options defines a set of options to create a oci client
Click to show internal directories.
Click to hide internal directories.