File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM rclone/rclone:beta AS rclone
2- FROM ubuntu:noble AS builder
2+ FROM ubuntu:jammy AS builder
33ARG FFMPEG_VERSION="7.1"
44ARG RCLONE_VER="v1.69.1"
55ARG GO_VERSION="latest"
@@ -57,7 +57,7 @@ RUN cd /usr/local/src \
5757 && make install
5858
5959# Final stage
60- FROM ubuntu:noble
60+ FROM ubuntu:jammy
6161
6262USER root
6363
Original file line number Diff line number Diff line change 2020jobs :
2121 deploy :
2222 name : Build and Deploy FFmpeg
23- runs-on : ubuntu-24 .04
23+ runs-on : ubuntu-22 .04
2424 permissions : write-all
2525 steps :
2626 - name : Checkout code
3535 max_attempts : 3
3636 command : |
3737 make setup_dev_env
38+ env :
39+ DOCKER_VERSION : ' 27.4.1'
3840 - name : Output Docker info
3941 run : docker info
4042 - name : Sets build date
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ services:
1515 - selenium-hub
1616 environment :
1717 - SE_EVENT_BUS_HOST=selenium-hub
18- - SE_EVENT_BUS_PUBLISH_PORT=4442
19- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
2018 - SE_ENABLE_TRACING=true
2119 - SE_OTEL_TRACES_EXPORTER=otlp
2220 - SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
@@ -30,8 +28,6 @@ services:
3028 - selenium-hub
3129 environment :
3230 - SE_EVENT_BUS_HOST=selenium-hub
33- - SE_EVENT_BUS_PUBLISH_PORT=4442
34- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
3531 - SE_ENABLE_TRACING=true
3632 - SE_OTEL_TRACES_EXPORTER=otlp
3733 - SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
@@ -45,8 +41,6 @@ services:
4541 - selenium-hub
4642 environment :
4743 - SE_EVENT_BUS_HOST=selenium-hub
48- - SE_EVENT_BUS_PUBLISH_PORT=4442
49- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
5044 - SE_ENABLE_TRACING=true
5145 - SE_OTEL_TRACES_EXPORTER=otlp
5246 - SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ services:
1010 - selenium-hub
1111 environment :
1212 - SE_EVENT_BUS_HOST=selenium-hub
13- - SE_EVENT_BUS_PUBLISH_PORT=4442
14- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
1513 ports :
1614 - " 6900:5900"
1715
@@ -22,8 +20,6 @@ services:
2220 - selenium-hub
2321 environment :
2422 - SE_EVENT_BUS_HOST=selenium-hub
25- - SE_EVENT_BUS_PUBLISH_PORT=4442
26- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
2723 ports :
2824 - " 6901:5900"
2925
@@ -34,8 +30,6 @@ services:
3430 - selenium-hub
3531 environment :
3632 - SE_EVENT_BUS_HOST=selenium-hub
37- - SE_EVENT_BUS_PUBLISH_PORT=4442
38- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
3933 ports :
4034 - " 6902:5900"
4135
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ services:
1111 shm_size : 2gb
1212 environment :
1313 - SE_EVENT_BUS_HOST=selenium-hub
14- - SE_EVENT_BUS_PUBLISH_PORT=4442
15- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
1614 deploy :
1715 replicas : 1
1816 entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -22,8 +20,6 @@ services:
2220 shm_size : 2gb
2321 environment :
2422 - SE_EVENT_BUS_HOST=selenium-hub
25- - SE_EVENT_BUS_PUBLISH_PORT=4442
26- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
2723 deploy :
2824 replicas : 1
2925 entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -33,8 +29,6 @@ services:
3329 shm_size : 2gb
3430 environment :
3531 - SE_EVENT_BUS_HOST=selenium-hub
36- - SE_EVENT_BUS_PUBLISH_PORT=4442
37- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
3832 deploy :
3933 replicas : 1
4034 entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ services:
1111 shm_size : 2gb
1212 environment :
1313 - SE_EVENT_BUS_HOST=selenium-hub
14- - SE_EVENT_BUS_PUBLISH_PORT=4442
15- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
1614 deploy :
1715 replicas : 1
1816 entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -22,8 +20,6 @@ services:
2220 shm_size : 2gb
2321 environment :
2422 - SE_EVENT_BUS_HOST=selenium-hub
25- - SE_EVENT_BUS_PUBLISH_PORT=4442
26- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
2723 deploy :
2824 replicas : 1
2925 entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -33,8 +29,6 @@ services:
3329 shm_size : 2gb
3430 environment :
3531 - SE_EVENT_BUS_HOST=selenium-hub
36- - SE_EVENT_BUS_PUBLISH_PORT=4442
37- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
3832 deploy :
3933 replicas : 1
4034 entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ services:
99 - ./videos/relay_config.toml:/opt/selenium/config.toml
1010 environment :
1111 - SE_EVENT_BUS_HOST=selenium-hub
12- - SE_EVENT_BUS_PUBLISH_PORT=4442
13- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
1412 - SE_LOG_LEVEL=${LOG_LEVEL}
1513 - GENERATE_CONFIG=false
1614
@@ -58,8 +56,6 @@ services:
5856 - emulator
5957 environment :
6058 - SE_EVENT_BUS_HOST=selenium-hub
61- - SE_EVENT_BUS_PUBLISH_PORT=4442
62- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
6359 - SE_LOG_LEVEL=${LOG_LEVEL}
6460 - SE_NODE_SESSION_TIMEOUT=${SESSION_TIMEOUT}
6561 - SE_NODE_RELAY_URL=http://emulator:4723
You can’t perform that action at this time.
0 commit comments