Update docker container to debian bookworm and configure it on build - #27998
Merged
thinkyhead merged 3 commits intoOct 6, 2025
Merged
Conversation
Contributor
Author
|
Additional info: The checks itself seem to need some attention: this checks against .pio, but should be .platformio if understand the output correctly. |
Contributor
|
That is a platformio issue. It needs to build the database before build is started |
Contributor
Author
|
Thx for the hint. Indeed: i will have a look if a small sleep or loop somewhere might help.. but well as i looked in the other code here i think the change to the marlin user in build environment would need more attention and other changes. so i will remove that part and let it be root. |
Update Dockerfile to Debian Bookworm Include needed libs for the simulator
ThomasToka
force-pushed
the
DockerImageToBookworm
branch
from
August 3, 2025 08:41
da7c4a1 to
9655939
Compare
Member
|
How does the setup script differ from the existing |
thinkyhead
reviewed
Sep 6, 2025
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
While trying to run checks for pull requests on windows i struggled on getting it to work.
So i upgraded the Dockerfile and created a litte helper script to regenerate the Docker Container.
Requirements
Benefits
Local commit checks possible before a PR.
Configurations
Not needed.
Related Issues
none.