-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Docker: Unified the env var $CONFIG_FILE
from Base
#2577
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CONFIG_FILE
from Base
CONFIG_FILE
from Base$CONFIG_FILE
from Base
CI Failure Feedback 🧐(Checks updated until commit 54d000c)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
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
Fixes #2556
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement, Configuration changes
Description
Unified the handling of configuration files across scripts.
Added support for dynamic configuration file paths via
CONFIG_FILE
.Updated environment variables and Dockerfiles for consistency.
Improved logging of configuration details during startup.
Changes walkthrough 📝
start-selenium-grid-docker.sh
Dynamic configuration file handling for Node Docker
NodeDocker/start-selenium-grid-docker.sh
start-selenium-standalone.sh
Dynamic configuration file handling for Standalone
Standalone/start-selenium-standalone.sh
start-selenium-grid-docker.sh
Dynamic configuration file handling for Standalone Docker
StandaloneDocker/start-selenium-grid-docker.sh
Dockerfile
Added dynamic configuration file environment variables
Base/Dockerfile
CONFIG_FILE
andGENERATE_CONFIG
environment variables.CONFIG_FILE
dynamically.CONFIG_FILE
.Dockerfile
Removed redundant configuration environment variables
NodeBase/Dockerfile
CONFIG_FILE
andGENERATE_CONFIG
variables.Dockerfile
Removed redundant configuration environment variables
Sessions/Dockerfile
CONFIG_FILE
andGENERATE_CONFIG
variables.