-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildpack.toml
54 lines (46 loc) · 2.19 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
api = "0.7"
[buildpack]
description = "A buildpack for starting a passenger server for a Ruby app"
homepage = "https://github.com/paketo-buildpacks/passenger"
id = "paketo-buildpacks/passenger"
keywords = ["ruby", "passenger"]
name = "Paketo Buildpack for Passenger"
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/passenger/blob/main/LICENSE"
[metadata]
include-files = ["bin/build", "bin/detect", "bin/run", "buildpack.toml"]
pre-package = "./scripts/build.sh"
[[metadata.dependencies]]
checksum = "sha256:2c551ed0b87e349765e9a4990a4604e6761105d2b5bf47cbc3b3f8c220120993"
cpe = "cpe:2.3:a:haxx:curl:8.9.1:*:*:*:*:*:*:*"
id = "curl"
licenses = ["SSH-short", "curl"]
name = "cURL"
purl = "pkg:generic/[email protected]?checksum=291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5&download_url=https://curl.se/download/curl-8.9.1.tar.gz"
source = "https://curl.se/download/curl-8.9.1.tar.gz"
source-checksum = "sha256:291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5"
stacks = ["io.buildpacks.stacks.jammy"]
uri = "https://artifacts.paketo.io/curl/curl_8.9.1_linux_jammy_2c551ed0.tgz"
version = "8.9.1"
[[metadata.dependencies]]
checksum = "sha256:520eaed22eac2d3aa4099928a7d658b298a9b7242b916c89a41075590b647a30"
cpe = "cpe:2.3:a:haxx:curl:8.9.1:*:*:*:*:*:*:*"
id = "curl"
licenses = ["SSH-short", "curl"]
name = "cURL"
purl = "pkg:generic/[email protected]?checksum=291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5&download_url=https://curl.se/download/curl-8.9.1.tar.gz"
source = "https://curl.se/download/curl-8.9.1.tar.gz"
source-checksum = "sha256:291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://artifacts.paketo.io/curl/curl_8.9.1_linux_bionic_520eaed2.tgz"
version = "8.9.1"
[[metadata.dependency-constraints]]
constraint = "8.*"
id = "curl"
patches = 1
[[stacks]]
id = "io.buildpacks.stacks.bionic"
[[stacks]]
id = "io.buildpacks.stacks.jammy"