From 5505f2e9305379d93b3d3c5eace55d38c70eb12a Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:40:29 +0100 Subject: [PATCH] docker-selenium/4.27.0.20241204 package update (#35795)

--------- Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Signed-off-by: debasishbsws Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: Debasish Biswas --- docker-selenium.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-selenium.yaml b/docker-selenium.yaml index 107a91a2514..5599adb9059 100644 --- a/docker-selenium.yaml +++ b/docker-selenium.yaml @@ -4,7 +4,7 @@ package: # But the '-' is not a valid character according to APK versioning spec; and resulting # 'package format error' when trying to install the package. The workaround is # to replace '-' with '.', then mangling the version to replace back. - version: 4.27.0.20241127 + version: 4.27.0.20241204 epoch: 0 description: Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation copyright: @@ -57,7 +57,7 @@ pipeline: with: repository: https://github.com/SeleniumHQ/docker-selenium tag: ${{vars.mangled-package-version}} - expected-commit: c5e10a7c7f8e6538f5bee7079a7d6f7e0587368b + expected-commit: 739d7e8c5305987a814cd670589e68c7dce7329e - uses: patch with: @@ -595,6 +595,7 @@ subpackages: dependencies: runtime: - ${{package.name}}-base + - ${{package.name}}-config - selenium-server pipeline: - working-directory: Sessions @@ -613,6 +614,7 @@ subpackages: SE_EVENT_BUS_PUBLISH_PORT: 4442 SE_EVENT_BUS_SUBSCRIBE_PORT: 4443 SE_EVENT_BUS_HOST: 127.0.0.1 + CONFIG_FILE: /opt/selenium/config.toml pipeline: - name: "Check selenium sessions status" uses: test/daemon-check-output