selenoid firefox to chrome

This commit is contained in:
2023-04-07 02:03:25 +03:00
parent dafada1260
commit 7c016c635e
18 changed files with 542 additions and 307 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11.1
FROM python:3.11.3
ARG USER
@@ -15,7 +15,7 @@ ENV USER=${USER} \
POETRY_CACHE_DIR='/var/cache/pypoetry' \
PATH="$PATH:/root/.poetry/bin" \
DOCKER_CONTAINER=1 \
POETRY_VERSION=1.3.1
POETRY_VERSION=1.4.2
RUN printf "================\n\nStart build app. USER is: "${USER}"\n\n===============\n" \

View File

@@ -1,4 +0,0 @@
FROM selenoid/firefox:111.0 as builder
FROM aerokube/selenoid:1.10.10

View File

@@ -1,11 +1,14 @@
{
"firefox": {
"chrome": {
"default": "111.0",
"versions": {
"111.0": {
"image": "selenoid/firefox:111.0",
"image": "selenoid/chrome:111.0",
"port": "4444",
"path": "/wd/hub"
"path": "/",
"tmpfs": {
"/tmp": "size=128m"
}
}
}
}