-
Notifications
You must be signed in to change notification settings - Fork 390
docker-selenium/4.35.0.20250828 package update #65416
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
docker-selenium/4.35.0.20250828 package update #65416
Conversation
octo-sts
bot
commented
Sep 5, 2025
Signed-off-by: wolfi-bot <[email protected]>
📦 Build Failed: Missing Dependency
Build Details
Root Cause Analysis 🔍The build process is trying to install a file named 'generate_config' but this file does not exist in the expected location. This is likely a missing file that should have been created earlier in the build process or is missing from the source package. 🔍 Build failure fix suggestionsFound similar build failures that have been fixed in the past and analyzed them to suggest a fix: Suggested ChangesFile: docker-selenium.yaml
Content:
Click to expand fix analysisAnalysisNo similar build failures were provided for analysis. The current build failure indicates that the 'generate_config' file is missing during the installation step for the docker-selenium-standalone subpackage. This appears to be a missing file issue where the build process expects a file that either doesn't exist in the source repository or wasn't created during the build process. Click to expand fix explanationExplanationThe build failure occurs because the build process is trying to install a file named 'generate_config' from the Standalone directory, but this file does not exist. Looking at the upstream Docker Selenium repository structure and the changelog, there's no indication that this file should exist in the Standalone directory. The NodeBase subpackage successfully installs generate_config, suggesting it exists there but not in Standalone. Since the standalone functionality likely doesn't require this specific configuration generation script (as it's a self-contained setup), removing this installation step should resolve the build failure without affecting functionality. Click to expand alternative approachesAlternative Approaches
Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
I was looking into this to see if we could remediate a CVE by bumping to the new version. generate_config doesn't exist anymore in Standalone.
|
Upstream info: From image tag 4.35.0 onwards, a single Node/Standalone image is available with all browsers are pre-installed. Those images are selenium/standalone-all-browsers (standalone all in one), selenium/node-all-browsers (for Hub-Node mode). SeleniumHQ/docker-selenium#2942 Signed-off-by: David Negreira <[email protected]>
Upstream already bumped their NETTY_VERSION to a fixed one. Remediate the netty vulnerabilities by bumping them to the correct and expected NETTY_VERSION as per upstream.
Fixed via wolfi-dev#65416 Signed-off-by: David Negreira <[email protected]>