Skip to content

Commit

Permalink
Add procfile to builder as optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikusa committed Jun 25, 2020
1 parent d0891b2 commit 581b20b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ description = "A sample Builder for using Rust related CNBs"
uri = "https://github.com/dmikusa/rust-cargo-cnb/releases/download/v0.0.2/rust-cargo-v0.0.2.tgz"
version = "0.0.2"

[[buildpacks]]
id = "paketo-buildpacks/procfile"
image = "gcr.io/paketo-buildpacks/procfile:1.3.8"

[[order]]

group = [
{ id = "com.mikusa.rust-dist", version="0.0.2"},
{ id = "com.mikusa.rust-cargo", version="0.0.2"},
{ id = "paketo-buildpacks/procfile", version="1.3.8", optional=true},
]

[stack]
Expand Down

0 comments on commit 581b20b

Please sign in to comment.