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 committed Jan 14, 2020
1 parent 96ea6fe commit d01a959
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.3.0"
[[stacks]]
id = "heroku-18"

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

[[metadata.dependencies]]
id = "riff-invoker-java"
name = "riff Java Invoker"
version = "0.1.4"
uri = "https://repo.spring.io/libs-milestone-local/io/projectriff/java-function-invoker/0.1.4/java-function-invoker-0.1.4-exec.jar"
sha256 = "afdb65875c6e160571057083d063b5d506d3f4dff235abeebaa75f447bf02b66"
stacks = ["heroku-18"]
stacks = ["heroku-18", "io.buildpacks.stacks.bionic"]

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

0 comments on commit d01a959

Please sign in to comment.