-
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
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 11, 2021 23:43
88f862f
to
f3e1685
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 11, 2021 23:47
f3e1685
to
7ee180e
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 11, 2021 23:48
7ee180e
to
3dc3bed
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 11, 2021 23:49
3dc3bed
to
109fbfc
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 14, 2021 00:26
109fbfc
to
f87924a
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 14, 2021 00:27
f87924a
to
01597b7
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 19, 2021 00:08
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]>
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 20, 2021 16:35
3a06e5c
to
b6258c5
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 20, 2021 17:15
a50843e
to
93e0bf4
Compare
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 20, 2021 17:18
93e0bf4
to
c6fb69d
Compare
- Remove stuttering of IncludeNonDistributableFlag.IncludeNonDistributableFlag - Add test to assert building an image with IncludeNonDistributableFlag Authored-by: Dennis Leon <[email protected]>
DennisDenuto
force-pushed
the
create-image-to-tar-55
branch
from
October 20, 2021 18:03
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 |
github-actions
bot
added
the
carvel triage
This issue has not yet been reviewed for validity
label
Aug 8, 2023
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]