Upgrade all versions - #24
Merged
Merged
Conversation
- DOCKER_VERSION: 29.5.3 → 29.6.1 - BUILDX_VERSION: 0.34.1 → 0.35.0 - COMPOSE_VERSION: 5.1.4 → 5.2.0 - UV_VERSION: 0.11.19 → 0.11.25 CONTAINERD_VERSION stays at 1.7.29 (sysbox constraint). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017vgYm1E9w36NbhKJ7HQhZZ
The sysbox constraint (nestybox/sysbox#973) does not apply here — this repo uses privileged: true with standard runc, not the sysbox runtime. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017vgYm1E9w36NbhKJ7HQhZZ
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
privileged: truewith standard runc, not the sysbox runtime, so Docker Release 28.5.2 breaks Buildx Build on Sysbox Runtime version v0.6.7 nestybox/sysbox#973 does not apply)