Skip to content

Documentation Typo? #900

@mvhatch

Description

@mvhatch

On Page: Use an inline buildpack The example given has the following:

For example, you may want to run a Rake task against a Ruby app after the Ruby buildpack builds your app.

[_]
schema-version = "0.2"
id = "io.buildpacks.my-app"

[[io.buildpacks.group]]
id = "example/ruby"
version = "1.0"

[[io.buildpacks.group]]
id = "me/rake-tasks"

  [io.buildpacks.group.script]
  api = "0.10"
  inline = "rake package"

In this example, the me/rake-tasks inline buildpack is configured to run after the example/ruby buildpack. The inline script is compatible with Buildpack API version 0.6 (this is a required field), and it will execute the rake package command during the build step.

Should it not instead state that the API version is 0.10?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions