Logs bug#68
Merged
Merged
Conversation
- Dockerfile: install dependencies into a persistent venv instead of priming the uv cache, so uv run reuses it rather than recreating one - docker.py: add --load to buildx build commands so images are available in the local Docker daemon - cli/_stages.py: skip initramfs build if output already exists (use --force to rebuild) - Add uv.lock for reproducible dependency resolution Signed-off-by: Jacob Weinstock <[email protected]>
This get all Action container logs over to Tinkerbell via rsyslog properly. Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
mkosi v26's default tools tree unconditionally pulls in grub-pc-bin, which has no arm64 candidate in current Debian trixie. The pre-existing `?exact-name(grub-pc-bin)` apt soft-fail pattern no longer soft-fails, so arm64 initramfs builds hard-error. Upstream fixed this in systemd/mkosi@1f811f05 by moving grub-pc-bin into an x86-only drop-in, but no release tag past v26 exists yet, so pin to the commit. Signed-off-by: Jacob Weinstock <[email protected]>
astral-sh/setup-uv v8 dropped floating major/minor tags as a supply-chain hardening measure, so the previous `@v7` reference will stop resolving. Pin to the exact `@v8.1.0` tag instead. Update all the other actions that have moved to Node 24 runtimes since the workflows were last touched. Signed-off-by: Jacob Weinstock <[email protected]>
Contributor
Merge Queue Status
This pull request spent 12 minutes 7 seconds in the queue, including 11 minutes 39 seconds running CI. Required conditions to merge
|
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.
Description
Fixes: #
How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: