-
Notifications
You must be signed in to change notification settings - Fork 72
Finalize platform/0.10 #325
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
Merged
Merged
Conversation
This file contains hidden or 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
Update language to prefer the term "OCI registry" over "docker registry" Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
Replace docker registry with OCI registry
Signed-off-by: Natalie Arellano <narellano@vmware.com>
(Fix) Platform api changes to support phase 1 of Dockerfiles implementation
…erfiles Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Issue #322 Signed-off-by: Jesse Brown <jabrown85@gmail.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
…tore still restores store.toml. Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
… reference via analyzed.toml Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Platform api changes to support phase 2 of Dockerfiles implementation
Makes creator spec internally consistent
Update launcher spec to support default process args
Signed-off-by: Natalie Arellano <narellano@vmware.com>
7354e22 erroneously pulled in old versions of files besides platform.md Signed-off-by: Natalie Arellano <narellano@vmware.com>
hone
approved these changes
Oct 31, 2022
Member
|
Similar to #326, can you add some draft release notes to the PR descriptionV |
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.
Release notes:
Platform API 0.10
Additions
launcher, for newer buildpacks (Buildpack API 0.9 or greater), will override buildpack-provided default arguments with user-provided arguments; it will continue to append user-provided arguments for older buildpacks (Update launcher spec to support default process args #323, RFC 0093)extendlifecycle phase are introduced as experimental components ((Fix) Platform api changes to support phase 1 of Dockerfiles implementation #319 and Platform api changes to support phase 2 of Dockerfiles implementation #320, RFC 0105)creatoris passed-skip-restoreit will still restorestore.toml(Makes creator spec internally consistent #324)Nonfunctional Changes