pack builder create should support extensions#1478
Merged
Conversation
4e4e459 to
59cc426
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1478 +/- ##
==========================================
- Coverage 81.12% 80.99% -0.13%
==========================================
Files 155 156 +1
Lines 10094 10281 +187
==========================================
+ Hits 8188 8326 +138
- Misses 1422 1458 +36
- Partials 484 497 +13
Flags with carried forward coverage won't be shown. Click here to find out more. |
59cc426 to
7798d96
Compare
added 3 commits
July 6, 2022 16:53
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
jromero
reviewed
Jul 12, 2022
Member
jromero
left a comment
There was a problem hiding this comment.
Initial feedback:
I like the term module overall for the generic shared concept. There are still a few references where “buildpacks” are used when talking about extensions though. I think they need to be fully resolved.
ie.
- BuildpackLayers
/pkg/buildpackpackage
added 15 commits
July 15, 2022 12:03
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>
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>
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>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Member
Author
|
Still to be done:
|
Signed-off-by: Natalie Arellano <narellano@vmware.com>
pack builder create should support extensionspack builder create should support extensions
9c472ff to
ce45c52
Compare
Acceptance test expects different diffIDs for Linux and Windows layers Signed-off-by: Natalie Arellano <narellano@vmware.com>
ce45c52 to
4de7a85
Compare
- Acceptance test expects different diffIDs for Linux and Windows layers - Fix compat Signed-off-by: Natalie Arellano <narellano@vmware.com>
5165535 to
77da6cc
Compare
Signed-off-by: Natalie Arellano <narellano@vmware.com>
The code changed, so the diff ID changed Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
d5980cc to
c9f8a54
Compare
d458bf9 to
d18d7da
Compare
This will make the diff easier to parse Signed-off-by: Natalie Arellano <narellano@vmware.com>
d18d7da to
a3e426b
Compare
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2 tasks
jkutner
reviewed
Nov 10, 2022
jkutner
approved these changes
Nov 10, 2022
added 2 commits
November 10, 2022 15:54
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
6 tasks
This was referenced Dec 23, 2022
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
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.
Summary
If a builder.toml contains
[extensions]and[order-extensions]:Documentation
Related
Resolves #1468