From ef31ff550732ad90ef072f30a722a1e64e1bcce8 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Tue, 26 May 2020 17:17:56 -0700 Subject: [PATCH] Additional configuration metadata Signed-off-by: Ben Hale --- buildpack.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/buildpack.toml b/buildpack.toml index c36ef8f..4265eed 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -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"