Skip to content

Commit a107427

Browse files
joshuatcaseyrobdimsdale
authored andcommitted
Support Wildcard stacks
1 parent a1f9f95 commit a107427

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

buildpack.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ api = "0.7"
1414
pre-package = "./scripts/build.sh"
1515

1616
[[stacks]]
17-
id = "io.buildpacks.stacks.bionic"
18-
19-
[[stacks]]
20-
id = "org.cloudfoundry.stacks.cflinuxfs3"
17+
id = "*"

integration.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"builders": [
3+
"index.docker.io/paketobuildpacks/builder:buildpackless-base",
4+
"index.docker.io/paketobuildpacks/builder-jammy-buildpackless-base:latest"
5+
],
26
"cpython":"github.com/paketo-buildpacks/cpython",
37
"pip":"github.com/paketo-buildpacks/pip",
48
"pipenv":"github.com/paketo-buildpacks/pipenv",

0 commit comments

Comments
 (0)