Skip to content

Commit

Permalink
Merge pull request #58 from buildpack/order-resolution-in-buildpack
Browse files Browse the repository at this point in the history
typographical fixes
  • Loading branch information
sclevine committed Sep 5, 2019
2 parents 05d8162 + 7b3c98d commit 4429702
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions buildpack.md
Expand Up @@ -965,12 +965,11 @@ The buildpack ID:
- MUST NOT be identical to any other buildpack ID when using a case-insensitive comparison.


If an `order` is specified, then `stacks` MUST not be specified.
If an `order` is specified, then `stacks` MUST NOT be specified.

#### Buildpack Implementations

A buildpack descriptor that specifies `stacks` MUST describe a buildpack that implements the [Buildpack Interface](#buildpack-interface)

A buildpack descriptor that specifies `stacks` MUST describe a buildpack that implements the [Buildpack Interface](#buildpack-interface).

Stack authors MUST choose a globally unique ID, for example: "io.buildpacks.mystack".

Expand All @@ -980,6 +979,6 @@ The stack ID:

#### Order Buildpacks

A buildpack descriptor that specifies `order` MUST be [resolvable](#order-resolution) into an order of buildpacks that implement the [Buildpack Interface](#buildpack-interface)
A buildpack descriptor that specifies `order` MUST be [resolvable](#order-resolution) into an ordering of buildpacks that implement the [Buildpack Interface](#buildpack-interface).

A buildpack reference inside of a `group` MUST contain an `id` and `version`.

0 comments on commit 4429702

Please sign in to comment.