Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecuteOptions ¶
type ExecuteOptions struct { // SHA256 digest of the spec file to apply as an annotation to the new image Digest string // Overwrite the target image if it already exists Force bool // Keep the working container (even in the event of an error) Keep bool // Ensure the creation of the `latest` tag Latest bool // Log the standard output of container processes LogCommands bool // Retrieve the image only if it's not already in local storage Pull bool }
ExecuteOptions holds options for the build pipeline.
Click to show internal directories.
Click to hide internal directories.