-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbuildpack.toml
88 lines (78 loc) · 3.55 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
api = "0.7"
[buildpack]
description = "A buildpack for installing the appropriate Go compiler distribution version"
homepage = "https://github.com/paketo-buildpacks/go-dist"
id = "paketo-buildpacks/go-dist"
keywords = ["go", "distribution", "compiler"]
name = "Paketo Buildpack for Go Distribution"
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/go-dist/blob/main/LICENSE"
[metadata]
include-files = ["bin/run", "bin/build", "bin/detect", "buildpack.toml"]
pre-package = "./scripts/build.sh"
[metadata.default-versions]
go = "1.22.*"
[[metadata.dependencies]]
checksum = "sha256:84a8f05b7b969d8acfcaf194ce9298ad5d3ddbfc7034930c280006b5c85a574c"
cpe = "cpe:2.3:a:golang:go:1.22.9:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/go@go1.22.9?checksum=84a8f05b7b969d8acfcaf194ce9298ad5d3ddbfc7034930c280006b5c85a574c&download_url=https://go.dev/dl/go1.22.9.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.22.9.src.tar.gz"
source-checksum = "sha256:e81a362f51aee2125722b018e46714e6a055a1954283414c0f937e737013db22"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.22.9.linux-amd64.tar.gz"
version = "1.22.9"
[[metadata.dependencies]]
checksum = "sha256:736ce492a19d756a92719a6121226087ccd91b652ed5caec40ad6dbfb2252092"
cpe = "cpe:2.3:a:golang:go:1.22.10:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/go@go1.22.10?checksum=736ce492a19d756a92719a6121226087ccd91b652ed5caec40ad6dbfb2252092&download_url=https://go.dev/dl/go1.22.10.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.22.10.src.tar.gz"
source-checksum = "sha256:1e94fd48be750d1fafb4d9b3b6dd31a6e9d2735d339bf2462bc97b64ca4c1037"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.22.10.linux-amd64.tar.gz"
version = "1.22.10"
[[metadata.dependencies]]
checksum = "sha256:a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8"
cpe = "cpe:2.3:a:golang:go:1.23.3:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/go@go1.23.3?checksum=a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8&download_url=https://go.dev/dl/go1.23.3.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.23.3.src.tar.gz"
source-checksum = "sha256:8d6a77332487557c6afa2421131b50f83db4ae3c579c3bc72e670ee1f6968599"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.23.3.linux-amd64.tar.gz"
version = "1.23.3"
[[metadata.dependencies]]
checksum = "sha256:6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971"
cpe = "cpe:2.3:a:golang:go:1.23.4:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/go@go1.23.4?checksum=6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971&download_url=https://go.dev/dl/go1.23.4.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.23.4.src.tar.gz"
source-checksum = "sha256:ad345ac421e90814293a9699cca19dd5238251c3f687980bbcae28495b263531"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.23.4.linux-amd64.tar.gz"
version = "1.23.4"
[[metadata.dependency-constraints]]
constraint = "1.22.*"
id = "go"
patches = 2
[[metadata.dependency-constraints]]
constraint = "1.23.*"
id = "go"
patches = 2
[[stacks]]
id = "*"