Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Labels = map[string]string{
"BP_OCI_AUTHORS": "org.opencontainers.image.authors",
"BP_OCI_CREATED": "org.opencontainers.image.created",
"BP_OCI_DESCRIPTION": "org.opencontainers.image.description",
"BP_OCI_DOCUMENTATION": "org.opencontainers.image.documentation",
"BP_OCI_LICENSES": "org.opencontainers.image.licenses",
"BP_OCI_REF_NAME": "org.opencontainers.image.ref.name",
"BP_OCI_REVISION": "org.opencontainers.image.revision",
"BP_OCI_SOURCE": "org.opencontainers.image.revision",
"BP_OCI_TITLE": "org.opencontainers.image.title",
"BP_OCI_URL": "org.opencontainers.image.url",
"BP_OCI_VENDOR": "org.opencontainers.image.vendor",
"BP_OCI_VERSION": "org.opencontainers.image.version",
}
Functions ¶
This section is empty.
Types ¶
type Build ¶
func (Build) Build ¶
func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)
type Detect ¶
type Detect struct{}
func (Detect) Detect ¶
func (Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)
Click to show internal directories.
Click to hide internal directories.