Moved from a custom selenium UC standalone to selenium hub with a custom UC node
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 1m54s
Test, build and push image to registry / build-image (push) Successful in 3m0s

This commit is contained in:
2025-12-16 12:47:24 +01:00
parent 062f428fbc
commit 2a7330bd08
12 changed files with 142 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
# FROM selenium/standalone-chrome:108.0 AS final
# FROM selenium/standalone-chrome:133.0-20250606 AS final
FROM selenium/standalone-chrome:latest AS final
FROM selenium/node-chrome:latest AS final
COPY ./chromedriver /bin/chromedriver
RUN mkdir -p /home/seluser/profile/nigga
@@ -9,6 +9,6 @@ ENV TZ=Europe/Brussels
# 30 minutes session timeout
ENV SE_OPTS="--session-timeout 1800"
HEALTHCHECK --interval=30s --timeout=10s --retries=3 CMD curl -s http://localhost:4444/wd/hub/status | jq -e '.value.ready == true' || exit 1
# HEALTHCHECK --interval=30s --timeout=10s --retries=3 CMD curl -s http://localhost:4444/wd/hub/status | jq -e '.value.ready == true' || exit 1