-
Notifications
You must be signed in to change notification settings - Fork 12
/
buildpack.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:5f467d29fc67c7ae6468cb6ad5b047a274bae8180cac5e0b7ddbfeba3e47e18f"
cpe = "cpe:2.3:a:golang:go:1.22.8:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/[email protected]?checksum=5f467d29fc67c7ae6468cb6ad5b047a274bae8180cac5e0b7ddbfeba3e47e18f&download_url=https://go.dev/dl/go1.22.8.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.22.8.src.tar.gz"
source-checksum = "sha256:df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.22.8.linux-amd64.tar.gz"
version = "1.22.8"
[[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/[email protected]?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:542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e"
cpe = "cpe:2.3:a:golang:go:1.23.2:*:*:*:*:*:*:*"
id = "go"
licenses = ["BSD-3-Clause"]
name = "Go"
purl = "pkg:generic/[email protected]?checksum=542d3c1705f1c6a1c5a80d5dc62e2e45171af291e755d591c5e6531ef63b454e&download_url=https://go.dev/dl/go1.23.2.linux-amd64.tar.gz"
source = "https://go.dev/dl/go1.23.2.src.tar.gz"
source-checksum = "sha256:36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f"
stacks = ["*"]
strip-components = 1
uri = "https://go.dev/dl/go1.23.2.linux-amd64.tar.gz"
version = "1.23.2"
[[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/[email protected]?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.dependency-constraints]]
constraint = "1.22.*"
id = "go"
patches = 2
[[metadata.dependency-constraints]]
constraint = "1.23.*"
id = "go"
patches = 2
[[stacks]]
id = "*"