Skip to content

Commit

Permalink
Adds buildpack homepage to io.buildpacks.build.metadata.label
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Casey <ecasey@vmware.com>
  • Loading branch information
ekcasey committed Jul 31, 2020
1 parent 615c466 commit 56a3121
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,11 @@ Where:
#### `group.toml` (TOML)

```toml
group = [
{ id = "<buildpack ID>", version = "<buildpack version>", api = "<buildpack API version>" }
]
[[group]]
id = "<buildpack ID>"
version = "<buildpack version>"
api = "<buildpack API version>"
homepage = "<buildpack homepage>"
```

Where:
Expand Down Expand Up @@ -972,7 +974,8 @@ Where:
"buildpacks": [
{
"id": "<buildpack ID>",
"version": "<buildpack Version>"
"version": "<buildpack version>",
"homepage": "<buildpack homepage>"
}
],
"bom": [
Expand All @@ -983,7 +986,7 @@ Where:
},
"buildpack": {
"id": "<buildpack ID>",
"version": "<buildpack Version>"
"version": "<buildpack version>"
}
},
],
Expand Down

0 comments on commit 56a3121

Please sign in to comment.