Skip to content

Commit

Permalink
docker-selenium/4.27.0.20241225 package update (#38353)
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 <[email protected]>
Signed-off-by: Dentrax <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Dentrax <[email protected]>
  • Loading branch information
3 people authored Dec 26, 2024
1 parent c545897 commit a283072
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 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.20241204
version: 4.27.0.20241225
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: 739d7e8c5305987a814cd670589e68c7dce7329e
expected-commit: 53a78a7223937a6bc9ec2bb4c327016426c50b5f

- uses: patch
with:
Expand All @@ -76,6 +76,8 @@ subpackages:
- tzdata
- ${{package.name}}-supervisor-config
- selenium-server
- pulseaudio-utils
- pulseaudio
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/usr/bin
Expand Down Expand Up @@ -175,6 +177,7 @@ subpackages:
packages:
- chromium
- chromium-docker-selenium-compat
- ${{package.name}}-node-base
environment:
SE_SESSION_REQUEST_TIMEOUT: 300
SE_SESSION_RETRY_INTERVAL: 15
Expand All @@ -188,8 +191,8 @@ subpackages:
SE_DRAIN_AFTER_SESSION_COUNT: 4
SE_NODE_MAX_SESSIONS: 10
SE_NODE_BROWSER_NAME: chrome
SE_NODE_BROWSER_VERSION: $(chromium --version | cut -d ' ' -f 2)
SE__BROWSER_BINARY_LOCATION: "/usr/bin/chromium-browser"
SE_NODE_BROWSER_VERSION: test
SE_BROWSER_BINARY_LOCATION: '"binary": "/usr/bin/chromium-browser"'
SE_BIND_HOST: false
pipeline:
- name: "Check selenium standalone status"
Expand Down Expand Up @@ -677,8 +680,8 @@ subpackages:
SE_DRAIN_AFTER_SESSION_COUNT: 4
SE_NODE_MAX_SESSIONS: 10
SE_NODE_BROWSER_NAME: chrome
SE_NODE_BROWSER_VERSION: $(chromium --version | cut -d ' ' -f 2)
SE__BROWSER_BINARY_LOCATION: "/opt/selenium/browser_binary_location"
SE_NODE_BROWSER_VERSION: test
SE_BROWSER_BINARY_LOCATION: '"binary": "/usr/bin/chromium-browser"'
SE_BIND_HOST: false
pipeline:
- name: "Check selenium standalone status"
Expand Down

0 comments on commit a283072

Please sign in to comment.