Skip to content

Commit

Permalink
Merge pull request #301 from paketo-buildpacks/anthonydahanne-patch-1
Browse files Browse the repository at this point in the history
Remove arch specific dependencies
  • Loading branch information
anthonydahanne authored Apr 9, 2024
2 parents d582e95 + f63ad29 commit 4f3f900
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ api = "0.7"
cpes = ["cpe:2.3:a:datadoghq:java-agent:1.32.0:*:*:*:*:*:*:*"]
id = "datadog-agent-java"
name = "Datadog Java Agent"
purl = "pkg:generic/[email protected]?arch=amd64"
purl = "pkg:generic/[email protected]"
sha256 = "6aea8ff4a7502fa7bc8a9dab6ee1772ee7787d604fb5ba445a472833ec14a57c"
source = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.32.0/dd-java-agent-1.32.0-sources.jar"
source-sha256 = "52d1f824d5f667f57e960dd22439a54aed536e6c252b20d0b0e47fe4bf3290a7"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
stacks = ["*"]
uri = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.32.0/dd-java-agent-1.32.0.jar"
version = "1.32.0"

Expand All @@ -63,11 +63,11 @@ api = "0.7"
cpes = ["cpe:2.3:a:datadoghq:nodejs-agent:5.10.0:*:*:*:*:*:*:*"]
id = "datadog-agent-nodejs"
name = "Datadog NodeJS Agent"
purl = "pkg:generic/[email protected]?arch=amd64"
purl = "pkg:generic/[email protected]"
sha256 = "44a0868336a3aed1d203fc7f2c22831033d493d5121b3c902cad7b6984b070b2"
source = "https://registry.npmjs.org/dd-trace/-/dd-trace-5.10.0.tgz"
source-sha256 = "44a0868336a3aed1d203fc7f2c22831033d493d5121b3c902cad7b6984b070b2"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
stacks = ["*"]
uri = "https://registry.npmjs.org/dd-trace/-/dd-trace-5.10.0.tgz"
version = "5.10.0"

Expand All @@ -79,12 +79,6 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://github.com/DataDog/dd-trace-js/blob/master/LICENSE.Apache"

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

[[stacks]]
id = "io.paketo.stacks.tiny"

[[stacks]]
id = "*"

Expand Down

0 comments on commit 4f3f900

Please sign in to comment.