-
Notifications
You must be signed in to change notification settings - Fork 2
/
buildpack.toml
34 lines (29 loc) · 1.32 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
api = "0.7"
[buildpack]
description = "A buildpack for installing the Tini tool"
homepage = "https://github.com/paketo-buildpacks/tini"
id = "paketo-buildpacks/tini"
keywords = ["tini"]
name = "Paketo Buildpack for Tini"
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]
[metadata]
include-files = ["bin/build", "bin/detect", "bin/run", "buildpack.toml"]
pre-package = "./scripts/build.sh"
[[metadata.dependencies]]
checksum = "sha256:c5b0666b4cb676901f90dfcb37106783c5fe2077b04590973b885950611b30ee"
cpe = "cpe:2.3:a:tini_project:tini:0.19.0:*:*:*:*:*:*:*"
id = "tini"
licenses = ["MIT", "MIT-0"]
name = "Tini"
purl = "pkg:generic/[email protected]?checksum=1e83f58ef41e7eac8e1d645bf16f3829ee4f3556dd1dd188eb14a09658cc7679&download_url=https://api.github.com/repos/krallin/tini/tarball/v0.19.0"
source = "https://api.github.com/repos/krallin/tini/tarball/v0.19.0"
source-checksum = "sha256:1e83f58ef41e7eac8e1d645bf16f3829ee4f3556dd1dd188eb14a09658cc7679"
stacks = ["io.buildpacks.stacks.jammy", "io.buildpacks.stacks.bionic"]
uri = "https://github.com/krallin/tini/releases/download/v0.19.0/tini-static"
version = "0.19.0"
[[metadata.dependency-constraints]]
constraint = "*"
id = "tini"
patches = 1
[[stacks]]
id = "*"