-
-
Notifications
You must be signed in to change notification settings - Fork 280
Updates base image to python:3.13-alpine3.22 #6133
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
Conversation
Updates the base Docker image for the build and runtime environments to python:3.13-alpine3.22. This ensures that the linter environment benefits from the latest security patches and updates available in the newer Alpine release. Fixes #6065
✅
|
|
Clang format needs to get the test files updated, as clang-format is installed through apk (alpine), and its version changed. Maybe the same thing is happening with puppet lint, but I don't know it |
Updates the clang version used in multiple Dockerfiles and MegaLinter descriptors from 19 to 20. This ensures that the latest clang tools are used for static analysis and formatting.
Extends the test execution timeout to accommodate potentially longer test runs. This prevents premature termination of tests due to time constraints, ensuring more reliable test results.
Had to update the package to clang20, it seems only latest version provide cland-format executable |

Updates the base Docker image for the build and runtime environments to python:3.13-alpine3.22.
This ensures that the linter environment benefits from the latest security patches and updates available in the newer Alpine release.
Fixes #6065