Skip to content

Commit

Permalink
Merge pull request #10 from paketo-buildpacks/update/buildpack/java-m…
Browse files Browse the repository at this point in the history
…emory-assistant

Bump java-memory-assistant from 0.5.0 to 0.5.0
  • Loading branch information
pivotal-david-osullivan authored Feb 11, 2022
2 parents 8513753 + 2e9bef3 commit 2f1dc23
Showing 1 changed file with 22 additions and 31 deletions.
53 changes: 22 additions & 31 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,49 +15,26 @@
api = "0.7"

[buildpack]
description = "A Cloud Native Buildpack that installs the Java Memory Assistant agent"
homepage = "https://github.com/paketo-buildpacks/java-memory-assistant"
id = "paketo-buildpacks/java-memory-assistant"
keywords = ["agent"]
name = "Paketo Java Memory Assistant Buildpack"
version = "{{.version}}"
homepage = "https://github.com/paketo-buildpacks/java-memory-assistant"
description = "A Cloud Native Buildpack that installs the Java Memory Assistant agent"
sbom-formats = ["application/vnd.syft+json", "application/vnd.cyclonedx+json"]
keywords = ["agent"]
version = "{{.version}}"

[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/java-memory-assistant/blob/main/LICENSE"
uri = "https://github.com/paketo-buildpacks/java-memory-assistant/blob/main/LICENSE"

[metadata]
pre-package = "scripts/build.sh"
include-files = [
"LICENSE",
"NOTICE",
"README.md",
"bin/build",
"bin/detect",
"bin/main",
"bin/helper",
"buildpack.toml",
]

[[metadata.dependencies]]
id = "java-memory-assistant"
name = "Java Memory Assistant Agent"
version = "0.5.0"
cpes = ["cpe:2.3:a:sap:java-memory-assistant:0.5.0:*:*:*:*:*:*:*"]
purl = "pkg:generic/[email protected]?arch=amd64"
uri = "https://github.com/SAP/java-memory-assistant/releases/download/0.5.0/java-memory-assistant-0.5.0.jar"
sha256 = "9c5ffb4bdeec5ed6b4f1d734469500754a857d1452c3d253d89e2315addb04c5"
stacks = [ "io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*" ]

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/SAP/java-memory-assistant/blob/master/LICENSE"
include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/main", "bin/helper", "buildpack.toml"]
pre-package = "scripts/build.sh"

[[metadata.configurations]]
build = true
default = "false"
description = "whether to contribute the JMA agent at build time"
build = true
name = "BP_JMA_ENABLED"

[[metadata.configurations]]
Expand All @@ -72,6 +49,20 @@ api = "0.7"
launch = true
name = "BPL_JMA_ARGS"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:sap:java-memory-assistant:0.5.0:*:*:*:*:*:*:*"]
id = "java-memory-assistant"
name = "Java Memory Assistant Agent"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "9c5ffb4bdeec5ed6b4f1d734469500754a857d1452c3d253d89e2315addb04c5"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/SAP/java-memory-assistant/releases/download/0.5.0/java-memory-assistant-0.5.0.jar"
version = "0.5.0"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/SAP/java-memory-assistant/blob/master/LICENSE"

[[stacks]]
id = "io.buildpacks.stacks.bionic"

Expand Down

0 comments on commit 2f1dc23

Please sign in to comment.