Skip to content

Commit

Permalink
Additional configuration metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed May 27, 2020
1 parent cab0a6d commit ef31ff5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,54 +29,67 @@ id = "org.cloudfoundry.stacks.cflinuxfs3"
[[metadata.configurations]]
name = "BP_IMAGE_LABELS"
description = "arbitrary image labels"
build = true

[[metadata.configurations]]
name = "BP_OCI_AUTHORS"
description = "the org.opencontainers.image.authors image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_CREATED"
description = "the org.opencontainers.image.created image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_DESCRIPTION"
description = "the org.opencontainers.image.description image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_DOCUMENTATION"
description = "the org.opencontainers.image.documentation image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_LICENSES"
description = "the org.opencontainers.image.licenses image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_REF_NAME"
description = "the org.opencontainers.image.ref.name image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_REVISION"
description = "the org.opencontainers.image.revision image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_SOURCE"
description = "the org.opencontainers.image.revision image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_TITLE"
description = "the org.opencontainers.image.title image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_URL"
description = "the org.opencontainers.image.url image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_VENDOR"
description = "the org.opencontainers.image.vendor image label"
build = true

[[metadata.configurations]]
name = "BP_OCI_VERSION"
description = "the org.opencontainers.image.version image label"
build = true

[metadata]
pre-package = "scripts/build.sh"
Expand Down

0 comments on commit ef31ff5

Please sign in to comment.