-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Docker: Update Python 3.13 in Base for other dependencies #3017
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
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Compliance Guide 🔍(Compliance updated until commit 3f1bbb1)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 3f1bbb1
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement, Bug fix
Description
Update Python version to 3.13 in Base Dockerfile
Improve shell script error handling with set -e and trap
Refactor user creation to use Docker secrets mount
Fix chrome-for-testing make target naming inconsistency
Remove redundant setuptools dependency from pip install
Diagram Walkthrough
File Walkthrough
Dockerfile
Update Python to 3.13 and refactor user creationBase/Dockerfile
update-alternatives
bootstrap.sh
Improve error handling and fix make targetstests/build-backward-compatible/bootstrap.sh
release-chrome-for-testing-versions.yml
Update workflow test targets for chrome-for-testing.github/workflows/release-chrome-for-testing-versions.yml