# Functions
Add adds the specified source artifact at `artifactPath` to the source image at `sourcePath`.
Create creates an empty source image at the specified `sourcePath`.
Pull `imageInput` from a container registry to `sourcePath`.
Push the source image at `sourcePath` to `imageInput` at a container registry.
# Constants
MediaTypeSourceImageConfig specifies the media type of a source-image config.
# Structs
AddOptions include data to alter certain knobs when adding a source artifact to a source image.
CreateOptions includes data to alter certain knobs when creating a source image.
ImageConfig specifies the config of a source image.
PullOptions includes data to alter certain knobs when pulling a source image.
PushOptions includes data to alter certain knobs when pushing a source image.