Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created August 6, 2020 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkutner/e2208ecd6360ca5185016511ead07191 to your computer and use it in GitHub Desktop.
Save jkutner/e2208ecd6360ca5185016511ead07191 to your computer and use it in GitHub Desktop.
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