-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from paketo-buildpacks/update/buildpack/java-m…
…emory-assistant Bump java-memory-assistant from 0.5.0 to 0.5.0
- Loading branch information
Showing
1 changed file
with
22 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]] | ||
|
@@ -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" | ||
|
||
|