forked from containers/bootc
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Kargs integration test #1
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
Signed-off-by: John Eckersberg <[email protected]>
lukewarmtemp
force-pushed
the
kargs-integration-test
branch
from
June 5, 2024 15:08
0111dd5
to
69a7e33
Compare
Signed-off-by: John Eckersberg <[email protected]>
tests/integration: install libzstd-devel
Fixes the authfile brown paper bag bug. Signed-off-by: Colin Walters <[email protected]>
lib: Update to ostree-ext 0.14.1
Signed-off-by: Platform Engineering Bot <[email protected]>
This ensures that when we rerun the container build without changing the source, we get the same thing. Which then further ensures we don't invalidate any cached disk images, etc. Signed-off-by: Colin Walters <[email protected]>
Let's give some recommendations here. Signed-off-by: Colin Walters <[email protected]>
Makefile: Serialize tarballs reproducibly
docs: Add HACKING.md
chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <[email protected]>
Fixes containers#255. Allows users to create files within /usr/lib/bootc/kargs.d with kernel arguments. These arguments can now be applied on a switch, upgrade, or edit. General process: - use ostree commit of fetched container image to return the file tree - navigate to /usr/lib/bootc/kargs.d - read each file within the directory - calculate the diff between the booted and fetched kargs in kargs.d - apply the diff to the kargs currently on the running system - pass the kargs to the stage() function Signed-off-by: Luke Yang <[email protected]>
lukewarmtemp
force-pushed
the
kargs-integration-test
branch
from
June 10, 2024 19:09
69a7e33
to
97a5d1b
Compare
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Jun 10, 2024
lukewarmtemp
pushed a commit
that referenced
this pull request
Jun 19, 2024
This is definitely the #1 confusion many people have to start; it's very understandable! Because in theory we *could* have a runtime and a larger role, but it was an explicit choice not to do that. Signed-off-by: Colin Walters <[email protected]>
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.
No description provided.