Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the git tag that this was built from. Version = "unknown" // GitCommit is the commit that this was built from. GitCommit = "unknown" // BuildTime is the time at which the binary was built. BuildTime = "unknown" )
Functions ¶
Types ¶
type ImageClient ¶
type ImageClient interface { ImagePush(ctx context.Context, ref string, options types.ImagePushOptions) (io.ReadCloser, error) ImageTag(ctx context.Context, image, ref string) error }
ImageClient is a subset of Docker's ImageAPIClient interface with only what we are using for cnab-to-oci.
Click to show internal directories.
Click to hide internal directories.