-
Notifications
You must be signed in to change notification settings - Fork 61
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
Use the nydus-snapshotter by default #267
Merged
fidencio
merged 15 commits into
confidential-containers:main
from
fidencio:topic/enable-nydus-snapshotter-usage-for-pulling-on-the-guest
Oct 26, 2023
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a86b15f
config: ccruntime: Add a "DEBUG" env var
fidencio c94de05
pre-install: Fix setup_env_for_arch() switch
fidencio b385546
pre-install: Don't fail the build if there's no manifest to be purged
fidencio 36a34f5
pre-install: Fix official containerd installation
fidencio c909be2
pre-install: Ensure we use static releases of containerd (when possible)
fidencio b85d78c
pre-install: Ensure ctr is part of the image
fidencio b6c8111
pre-install: Build snapshotter as part of the payload
fidencio 1acf8b0
pre-install: Temporarily use fidencio's nydus-snapshotter release
fidencio 124b8fb
pre-install: config: Install nydus-snapshotter
fidencio 411ca5a
config: Switch to using the nydus-snapshotter by default
fidencio 1797397
pre-install: Bump containerd to its latest release
fidencio 6bec6fe
controllers:: Fix snapshotter setup
fidencio 51ec98c
Fix `panic: odd number of arguments passed as key-value pairs for log…
mozillazg a9ee6b0
tests/e2e: describe all pods on teardown
wainersm 619eb49
controllers: Workaround Uninstall / postUninstall race condition
fidencio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
COCO_CONTAINERD_VERSION = 1.6.8.2 | ||
OFFICIAL_CONTAINERD_VERSION = 1.7.0 | ||
OFFICIAL_CONTAINERD_VERSION = 1.7.7 | ||
VFIO_GPU_CONTAINERD_VERSION = 1.7.0.0 | ||
NYDUS_SNAPSHOTTER_VERSION = v0.13.3-multiarch | ||
|
||
BASH = bash | ||
|
||
reqs-image: | ||
coco_containerd_version=$(COCO_CONTAINERD_VERSION) \ | ||
official_containerd_version=$(OFFICIAL_CONTAINERD_VERSION) \ | ||
vfio_gpu_containerd_version=$(VFIO_GPU_CONTAINERD_VERSION) \ | ||
nydus_snapshotter_version=${NYDUS_SNAPSHOTTER_VERSION} \ | ||
$(BASH) -x payload.sh |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: FXIME-> FIXME
This looks reasonable. We'll focus on a proper fix in the next release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix the fixme in the next iteration, just in order to save some trees and unblock peer-pods folks. :-)