-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project metadata #81
Merged
Merged
Project metadata #81
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nebhale
approved these changes
May 16, 2020
hone
approved these changes
May 20, 2020
jkutner
approved these changes
May 20, 2020
sclevine
requested changes
May 20, 2020
sclevine
approved these changes
Jun 3, 2020
ekcasey
force-pushed
the
project-metadata
branch
from
June 10, 2020 17:46
e36b045
to
358a4d6
Compare
- Add app source metadata format - [RFC0013](https://github.com/buildpack/rfcs/blob/master/text/0013-app-layer-metadata-source.md) [#170205764] Signed-off-by: Shane Huston <shuston@pivotal.io> Signed-off-by: Velda Conaty <vconaty@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
* Changes will be moved to the platform specification document This reverts commit 3dc1b44. Signed-off-by: Velda Conaty <vconaty@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
* Moves the specification from Buildpack document to Platform document * Adds a new optional `-platform` flag to the lifecycle builder * Adds a new project.toml input file * Includes source, source.version, and source.metadata properties to project.toml * Provides a new section to specify the Config labels to be added to the OCI image * Includes a data type for the "io.buildpacks.project" Config label. [#170205764] Signed-off-by: Velda Conaty <vconaty@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
[#170205764] Signed-off-by: Velda Conaty <vconaty@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
* renamed flag to source-metadata * created an Export Phase section * removed redundant quotation marks from label key * renamed TOML file to source-metadata.toml [#170205764] Signed-off-by: Velda Conaty <vconaty@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
* follows comments received on PR ** remove whitespace ** add section to Table of Contents ** Renames `source-metadata` to `project-metadata` [#170205764] Signed-off-by: Carlo Colombo <ccolombo@pivotal.io> Signed-off-by: Velda Conaty <vconaty@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
- Renames OCI image to Exported image [#170205764] Signed-off-by: Velda Conaty <vconaty@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
* Derived from PR #68 * Paths and label names have been changes to match the concensus arrived at during implementation - buildpacks/lifecycle#230 - buildpacks/lifecycle#257 Signed-off-by: Emily Casey <ecasey@pivotal.io>
Signed-off-by: Emily Casey <ecasey@pivotal.io>
Signed-off-by: Emily Casey <ecasey@pivotal.io>
ekcasey
force-pushed
the
project-metadata
branch
from
June 10, 2020 21:55
358a4d6
to
c0e423f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Specifies project-metadata originally proposed in RFC0013
This PR is derived from @iainsproat 's work on #68 w/ minor changes made to make label and environment names reflect the current implementation.