Skip to content

Commit

Permalink
Uses dependency-constraints to fetch from dep-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Moran authored and arjun024 committed Sep 24, 2021
1 parent a7d72ca commit d897ab3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,23 @@ api = "0.2"
pre-package = "./scripts/build.sh"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:tini_project:tini:0.19.0:*:*:*:*:*:*:*"
id = "tini"
licenses = ["MIT", "MIT-0"]
name = "Tini"
sha256 = "7e7831250ebbf15d551866d9ab94856251062c8286977ddcf3dbd327a78d7f5d"
source = "https://github.com/krallin/tini/archive/v0.19.0.tar.gz"
source_sha256 = "0fd35a7030052acd9f58948d1d900fe1e432ee37103c5561554408bdac6bbf0d"
stacks = ["io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/manual-binaries/tini/tini-0.19.0.tgz"
purl = "pkg:generic/tini@v0.19.0?checksum=1e83f58ef41e7eac8e1d645bf16f3829ee4f3556dd1dd188eb14a09658cc7679&download_url=https://github.com/krallin/tini/tarball/v0.19.0"
sha256 = "558690364d519f6d111312002eab5953683ec61f51e2bd336f5d2a0e9d1b5e18"
source = "https://github.com/krallin/tini/tarball/v0.19.0"
source_sha256 = "1e83f58ef41e7eac8e1d645bf16f3829ee4f3556dd1dd188eb14a09658cc7679"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://deps.paketo.io/tini/tini_v0.19.0_linux_noarch_bionic_55869036.tgz"
version = "0.19.0"

[[metadata.dependency-constraints]]
constraint = "*"
id = "tini"
patches = 1

[[stacks]]
id = "io.buildpacks.stacks.bionic"

Expand Down

0 comments on commit d897ab3

Please sign in to comment.