Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
Types ¶
type BuildOptions ¶ added in v0.25.0
type BuildOptions struct { ContextPath string DockerfileName string CallFunc *buildflags.CallFunc NamedContexts map[string]string Allow []string Attests buildflags.Attests BuildArgs map[string]string CacheFrom []*buildflags.CacheOptionsEntry CacheTo []*buildflags.CacheOptionsEntry CgroupParent string Exports []*buildflags.ExportEntry ExtraHosts []string Labels map[string]string NetworkMode string NoCacheFilter []string Platforms []string Secrets buildflags.Secrets ShmSize int64 SSH []*buildflags.SSH Tags []string Target string Ulimits *dockeropts.UlimitOpt Builder string NoCache bool Pull bool ExportPush bool ExportLoad bool SourcePolicy *sourcepolicy.Policy Ref string GroupRef string Annotations []string ProvenanceResponseMode string }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.