Skip to content

Commit

Permalink
Remove lifecycle changes from How It Works
Browse files Browse the repository at this point in the history
[#166813918]

Signed-off-by: Shane Huston <shuston@pivotal.io>
  • Loading branch information
cmccarthy101 committed Jul 12, 2019
1 parent ed3c083 commit bdcec34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0006-app-layer-metadata-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Unencoded, `io.buildpacks.app.metadata` is:
The lifecycle may be provided additional metadata values, and this should be marshalled to the image manifest.
Platforms may or may not use these additional properties.

In terms of the lifecycle implementation, this is likely to require an additional property to [Lifecycle Builder](https://github.com/buildpack/lifecycle/blob/af8b71578ed91303834ef57a7e3568ce3081f153/cmd/builder/main.go#L66-L75), the [Builder struct](https://github.com/buildpack/lifecycle/blob/af8b71578ed91303834ef57a7e3568ce3081f153/cmd/builder/main.go#L66-L75), plus the [AppMetadata struct](https://github.com/buildpack/lifecycle/blob/af8b71578ed91303834ef57a7e3568ce3081f153/metadata/metadata.go#L21-L23) and changes to the [exporter](https://github.com/buildpack/lifecycle/blob/af8b71578ed91303834ef57a7e3568ce3081f153/exporter.go#L50-L54).
In terms of the lifecycle implementation, this is likely to require changes to the [exporter](https://github.com/buildpack/lifecycle/blob/af8b71578ed91303834ef57a7e3568ce3081f153/exporter.go#L50-L54) to add the additional app metadata.

# Drawbacks
[drawbacks]: #drawbacks
Expand Down

0 comments on commit bdcec34

Please sign in to comment.