-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuildpack.toml
More file actions
89 lines (75 loc) · 3.32 KB
/
buildpack.toml
File metadata and controls
89 lines (75 loc) · 3.32 KB
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.47.2:*:*:*:*:*:*:*"]
id = "datadog-agent-java"
name = "Datadog Java Agent"
purl = "pkg:generic/datadog-java-agent@1.47.2"
sha256 = "d42b7f7fe48d7083ceb6b679b71a22c89debe27529d25493c64a822e9872a25f"
source = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.47.2/dd-java-agent-1.47.2-sources.jar"
source-sha256 = "28a736d2457a3be32bfa2cc0e39d3accf07a22325883c29b29e20f290142c978"
stacks = ["*"]
uri = "https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/1.47.2/dd-java-agent-1.47.2.jar"
version = "1.47.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.42.0:*:*:*:*:*:*:*"]
id = "datadog-agent-nodejs"
name = "Datadog NodeJS Agent"
purl = "pkg:generic/datadog-nodejs-agent@5.42.0"
sha256 = "889fc32adad021fdcd7320c8a5623540132ba68747dd0bf298bf793c5c5af1cc"
source = "https://registry.npmjs.org/dd-trace/-/dd-trace-5.42.0.tgz"
source-sha256 = "889fc32adad021fdcd7320c8a5623540132ba68747dd0bf298bf793c5c5af1cc"
stacks = ["*"]
uri = "https://registry.npmjs.org/dd-trace/-/dd-trace-5.42.0.tgz"
version = "5.42.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 = "*"