Skip to content

Commit

Permalink
Support Jammy stacks (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatcasey authored Aug 2, 2022
1 parent a841357 commit de15aa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ api = "0.7"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

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

[[stacks]]
id = "org.cloudfoundry.stacks.cflinuxfs3"
3 changes: 2 additions & 1 deletion integration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"builders": [
"index.docker.io/paketobuildpacks/builder:buildpackless-base"
"index.docker.io/paketobuildpacks/builder:buildpackless-base",
"index.docker.io/paketobuildpacks/builder-jammy-buildpackless-base:latest"
],
"cpython":"github.com/paketo-buildpacks/cpython",
"build-plan":"github.com/paketo-community/build-plan"
Expand Down

0 comments on commit de15aa6

Please sign in to comment.