-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildpack.toml
89 lines (75 loc) · 3.43 KB
/
buildpack.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Copyright 2018-2022 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
api = "0.7"
[buildpack]
description = "A Cloud Native Buildpack that contributes and configures the Datadog Agent"
homepage = "https://github.com/initializ-buildpacks/datadog"
id = "initializ-buildpacks/datadog"
keywords = ["java"]
name = "Initializ Buildpack for Datadog"
sbom-formats = ["application/vnd.syft+json", "application/vnd.cyclonedx+json"]
version = "{{.version}}"
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/initializ-buildpacks/maven/blob/main/LICENSE"
[metadata]
include-files = ["LICENSE", "README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml"]
pre-package = "scripts/build.sh"
[[metadata.configurations]]
build = true
default = "false"
description = "whether to contribute the Datadog trace agent"
name = "BP_DATADOG_ENABLED"
[[metadata.configurations]]
default = "false"
description = "whether to disable the Datadog trace agent (non native-image Java applications only!)"
launch = true
name = "BPL_DATADOG_DISABLED"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:datadoghq:java-agent:1.42.2:*:*:*:*:*:*:*"]
id = "datadog-agent-java"
name = "Datadog Java Agent"
purl = "pkg:generic/[email protected]"
sha256 = "b8e1ab44b8e05749847796438e82fe286127d40bb656a2b38f5fab563a78c5a6"
source = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.42.2/dd-java-agent-1.42.2-sources.jar"
source-sha256 = "a8660d367682b77580721162ae9b638281c27fba643ebaf42aa62cee9b9c2f9a"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.42.2/dd-java-agent-1.42.2.jar"
version = "1.42.2"
[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/DataDog/dd-trace-java/blob/master/LICENSE"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:datadoghq:nodejs-agent:5.29.0:*:*:*:*:*:*:*"]
id = "datadog-agent-nodejs"
name = "Datadog NodeJS Agent"
purl = "pkg:generic/[email protected]"
sha256 = "b37979a382c8155fdf670efcd3c14153577b6f44b5f2bbbd41068ca7bd8c8ef6"
source = "https://registry.npmjs.org/dd-trace/-/dd-trace-5.25.0.tgz"
source-sha256 = "e1802eb99ab05e3637d9fd2c5a38adf2af5ed837df8eca312d4ccfc963750091"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://registry.npmjs.org/dd-trace/-/dd-trace-5.29.0.tgz"
version = "5.29.0"
[[metadata.dependencies.licenses]]
type = "BSD-3-Clause"
uri = "https://github.com/DataDog/dd-trace-js/blob/master/LICENSE.BSD3"
[[metadata.dependencies.licenses]]
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 = "*"