Created
August 6, 2020 18:21
-
-
Save jkutner/e2208ecd6360ca5185016511ead07191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api = "<buildpack API version>" | |
[buildpack] | |
id = "<buildpack ID>" | |
name = "<buildpack name>" | |
version = "<buildpack version>" | |
homepage = "<buildpack homepage>" | |
clear-env = false | |
privileged = true | |
[[order]] | |
[[order.group]] | |
id = "<buildpack ID>" | |
version = "<buildpack version>" | |
optional = false | |
[[stacks]] | |
id = "<stack ID>" | |
mixins = ["<mixin name>"] | |
provides-any-mixin = <boolean> | |
provides-mixins = ["<mixin name>"] | |
[metadata] | |
# buildpack-specific data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment