Skip to content

Commit

Permalink
docker-selenium/4.27.0.20241204 package update (#35795)
Browse files Browse the repository at this point in the history
<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 <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: debasishbsws <debasishbsws.dev@gmail.com>
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent 365734b commit 5505f2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -595,6 +595,7 @@ subpackages:
dependencies:
runtime:
- ${{package.name}}-base
- ${{package.name}}-config
- selenium-server
pipeline:
- working-directory: Sessions
Expand All @@ -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
Expand Down

0 comments on commit 5505f2e

Please sign in to comment.