Documentation ¶
Overview ¶
Package constants defines a collection of constants for use throughout mink. It should have no dependencies.
Index ¶
Constants ¶
View Source
const ( // SourceBundleParam is the name of the Tekton parameter that is // expected to pass the fully-qualified URI of a container image that // when run unpacks its payload into the working directory in which // it was invoked. SourceBundleParam = "mink-source-bundle" // ImageTargetParam is the name of the Tekton parameter that is // expected to pass the fully-qualified URI for where to publish // a container image. ImageTargetParam = "mink-image-target" )
View Source
const ( // ImageDigestResult is the name of the Tekton result that is expected // to surface the digest of a singular image produces by a given task // or pipeline. This digest is NOT fully qualified, so it should have // the form: sha256:deadbeef (shortened for brevity) // // Generally this input string is paired with a parameter that directs // the task to publish the image to a particular tag, e.g. // ghcr.io/mattmoor/mink-images:latest // // So the fully qualified digest may be assembled by concatenating these // with an @: // ghcr.io/mattmoor/mink-images:latest@sha256:deadbeef ImageDigestResult = "mink-image-digest" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.