Update Selenium Grid 4.27.0 and dependencies #2478
Merged
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.
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
This pull request includes several updates and improvements to various Dockerfiles and the Makefile. The most important changes include version updates for dependencies, modifications to the Makefile to align with new Selenium versions, and adjustments to the Dockerfiles for better compatibility and functionality.
Dependency Version Updates:
Base/Dockerfile
: UpdatedOPENTELEMETRY_VERSION
to 1.44.1 andGRPC_VERSION
to 1.68.1. Also updatedCS_VERSION
to 2.1.18.NodeBase/Dockerfile
: ChangedNOVNC_VERSION
to "v1.5.0" andWEBSOCKIFY_VERSION
to "v0.12.0".Makefile Adjustments:
Makefile
: UpdatedBASE_RELEASE
,BASE_VERSION
,BINDING_VERSION
,BASE_VERSION_NIGHTLY
, andVERSION
to align with Selenium 4.27.0.Dockerfile Enhancements:
NodeBase/Dockerfile
: Adjusted theRUN
command to correctly handle version strings by stripping the 'v' prefix when moving directories.NodeChromium/Dockerfile
: Changed the Debian source list to use the "sid" main repository for installing Chromium.Motivation and Context
Types of changes
Checklist
PR Type
enhancement, dependencies
Description
Base/Dockerfile
for OpenTelemetry, gRPC, and CS.Makefile
to 4.27.0.NodeBase/Dockerfile
.NodeChromium/Dockerfile
.Changes walkthrough 📝
Dockerfile
Update dependency versions for OpenTelemetry, gRPC, and CS
Base/Dockerfile
OPENTELEMETRY_VERSION
to 1.44.1.GRPC_VERSION
to 1.68.1.CS_VERSION
to 2.1.18.Dockerfile
Update noVNC and websockify versions and paths
NodeBase/Dockerfile
NOVNC_SOURCE
to "tags" andNOVNC_VERSION
to "v1.5.0".WEBSOCKIFY_SOURCE
to "tags" andWEBSOCKIFY_VERSION
to"v0.12.0".
Makefile
Update Selenium version and related variables
Makefile
BASE_RELEASE
andBASE_VERSION
to 4.27.0.BINDING_VERSION
to 4.27.0.BASE_VERSION_NIGHTLY
to 4.28.0-SNAPSHOT.VERSION
to 4.27.0.Dockerfile
Update Chromium source list to sid main
NodeChromium/Dockerfile