Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Support io.buildpacks.stacks.bionic stack
Browse files Browse the repository at this point in the history
[This RFC](buildpacks/rfcs#40) is working its way through and it seems useful to be able to use Heroku buildpacks on `cloudfoundry/cnb:bionic`. This also aligns with how riff is compatible with [multiple stacks](https://github.com/projectriff/node-function-buildpack/blob/master/buildpack.toml#L22).
  • Loading branch information
jabrown85 authored Jan 14, 2020
1 parent 0623300 commit 39ac590
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ version = "0.5.0"
[[stacks]]
id = "heroku-18"

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

[[metadata.dependencies]]
id = "riff-invoker-node"
name = "riff Node Invoker"
version = "0.1.3"
uri = "https://github.com/heroku/node-function-invoker/archive/v0.1.3-cloudevents.tar.gz"
sha256 = "e1f2bd4e62588fcd80895e9df0db3c0beb6e4a2919f388802c307e529e58b47e"
stacks = [ "heroku-18" ]
stacks = [ "heroku-18", "io.buildpacks.stacks.bionic" ]

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit 39ac590

Please sign in to comment.