kernel: USE_LATEST_BUILT_KERNEL: use skopeo to query OCI registries#315
Draft
rpardini wants to merge 1 commit intotinkerbell:mainfrom
Draft
Conversation
Member
rpardini
commented
Feb 1, 2026
- 🌳 Replace direct curl calls with proper skopeo-based implementation
- 🌵 Add get_latest_kernel_point_release_using_skopeo() helper in docker.sh
- 🍃 Properly handles authenticated registries (unlike direct curl)
- 🐸 Filters tags with regex for kernel version pattern (major.minor.point-hash)
- 🌿 Falls back to kernel.org if registry query fails
- 🍀 Removes limitation to unauthenticated registries only
- 🌱 Fixes USE_LATEST_BUILT_KERNEL=yes is broken #310 Assisted-by: Claude Sonnet 4.5
- Replace direct curl calls with proper skopeo-based implementation - Add get_latest_kernel_point_release_using_skopeo() helper in docker.sh - Properly handles authenticated registries (unlike direct curl) - Filters tags with regex for kernel version pattern (major.minor.point-hash) - Falls back to kernel.org if registry query fails - Removes limitation to unauthenticated registries only - Fixes tinkerbell#310 Assisted-by: Claude Sonnet 4.5 Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
Member
Author
|
Discussed this during community meeting.
|
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.