Skip to content

Commit 5505f2e

Browse files
octo-sts[bot]wolfi-botdebasishbsws
authored
docker-selenium/4.27.0.20241204 package update (#35795)
<p align="center"> <img src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg" /> </p> --------- Signed-off-by: wolfi-bot <[email protected]> Signed-off-by: debasishbsws <[email protected]> Co-authored-by: wolfi-bot <[email protected]> Co-authored-by: Debasish Biswas <[email protected]>
1 parent 365734b commit 5505f2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-selenium.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package:
44
# But the '-' is not a valid character according to APK versioning spec; and resulting
55
# 'package format error' when trying to install the package. The workaround is
66
# to replace '-' with '.', then mangling the version to replace back.
7-
version: 4.27.0.20241127
7+
version: 4.27.0.20241204
88
epoch: 0
99
description: Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
1010
copyright:
@@ -57,7 +57,7 @@ pipeline:
5757
with:
5858
repository: https://github.com/SeleniumHQ/docker-selenium
5959
tag: ${{vars.mangled-package-version}}
60-
expected-commit: c5e10a7c7f8e6538f5bee7079a7d6f7e0587368b
60+
expected-commit: 739d7e8c5305987a814cd670589e68c7dce7329e
6161

6262
- uses: patch
6363
with:
@@ -595,6 +595,7 @@ subpackages:
595595
dependencies:
596596
runtime:
597597
- ${{package.name}}-base
598+
- ${{package.name}}-config
598599
- selenium-server
599600
pipeline:
600601
- working-directory: Sessions
@@ -613,6 +614,7 @@ subpackages:
613614
SE_EVENT_BUS_PUBLISH_PORT: 4442
614615
SE_EVENT_BUS_SUBSCRIBE_PORT: 4443
615616
SE_EVENT_BUS_HOST: 127.0.0.1
617+
CONFIG_FILE: /opt/selenium/config.toml
616618
pipeline:
617619
- name: "Check selenium sessions status"
618620
uses: test/daemon-check-output

0 commit comments

Comments
 (0)