Documentation ¶
Overview ¶
Package buildpackinfo contains buildpack metadata extraction code
Index ¶
Constants ¶
View Source
const ( LabelKeyStackID = "io.buildpacks.stack.id" LabelKeyProjectMetadata = "io.buildpacks.project.metadata" LabelKeyBuildMetadata = "io.buildpacks.build.metadata" LabelKeyLifecycleMetadata = "io.buildpacks.lifecycle.metadata" LabelKeyStackMaintainer = "io.buildpacks.stack.maintainer" )
View Source
const ( StackHeroku18 = "heroku-18" StackGoogle = "google" StackPaketo = "io.buildpacks.stacks.bionic" )
View Source
const ( VendorHeroku = "heroku" VendorGoogle = "google" VendorPaketo = "paketo" )
View Source
const Entrypoint = "/cnb/process/web"
Variables ¶
View Source
var Labels = map[string]struct{}{ LabelKeyStackID: {}, LabelKeyProjectMetadata: {}, LabelKeyBuildMetadata: {}, LabelKeyLifecycleMetadata: {}, LabelKeyStackMaintainer: {}, }
Functions ¶
func HasBuildbackLabels ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.