-
Notifications
You must be signed in to change notification settings - Fork 63
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
Create a bundle or image directly as a tar file #273
Closed
Closed
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
88f862f
to
f3e1685
Compare
f3e1685
to
7ee180e
Compare
7ee180e
to
3dc3bed
Compare
3dc3bed
to
109fbfc
Compare
109fbfc
to
f87924a
Compare
f87924a
to
01597b7
Compare
744efa7
to
4cc0463
Compare
Authored-by: Dennis Leon <[email protected]>
- update receiveer name Authored-by: Dennis Leon <[email protected]>
repo Authored-by: Dennis Leon <[email protected]>
- share IncludeNonDistributableFlag in copy.go + build.go Authored-by: Dennis Leon <[email protected]> refactor: move public build function with other public functions backfill Build test Authored-by: Dennis Leon <[email protected]>
Authored-by: Dennis Leon <[email protected]>
refactor: - pass ui with prefix into build bundle and build image - Add godocs test refactor: - build_test uses --cosign-sig flag when building and asserting signatures - build_test uses nested test structure Authored-by: Dennis Leon <[email protected]>
3a06e5c
to
b6258c5
Compare
a50843e
to
93e0bf4
Compare
93e0bf4
to
c6fb69d
Compare
- Remove stuttering of IncludeNonDistributableFlag.IncludeNonDistributableFlag - Add test to assert building an image with IncludeNonDistributableFlag Authored-by: Dennis Leon <[email protected]>
c6fb69d
to
da9fb85
Compare
we'll try to rework based on #55 (comment) |
per discussion with dennis, will close. not sure if above proposed solution will result in some code reuse from this PR. |
@cppforlife I want to work on Could you please help me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Attempts to implement: #55
TODO:
Authored-by: Dennis Leon [email protected]