File tree Expand file tree Collapse file tree 7 files changed +5
-31
lines changed Expand file tree Collapse file tree 7 files changed +5
-31
lines changed Original file line number Diff line number Diff line change 1
1
FROM rclone/rclone:beta AS rclone
2
- FROM ubuntu:noble AS builder
2
+ FROM ubuntu:jammy AS builder
3
3
ARG FFMPEG_VERSION="7.1"
4
4
ARG RCLONE_VER="v1.69.1"
5
5
ARG GO_VERSION="latest"
@@ -57,7 +57,7 @@ RUN cd /usr/local/src \
57
57
&& make install
58
58
59
59
# Final stage
60
- FROM ubuntu:noble
60
+ FROM ubuntu:jammy
61
61
62
62
USER root
63
63
Original file line number Diff line number Diff line change 20
20
jobs :
21
21
deploy :
22
22
name : Build and Deploy FFmpeg
23
- runs-on : ubuntu-24 .04
23
+ runs-on : ubuntu-22 .04
24
24
permissions : write-all
25
25
steps :
26
26
- name : Checkout code
35
35
max_attempts : 3
36
36
command : |
37
37
make setup_dev_env
38
+ env :
39
+ DOCKER_VERSION : ' 27.4.1'
38
40
- name : Output Docker info
39
41
run : docker info
40
42
- name : Sets build date
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ services:
15
15
- selenium-hub
16
16
environment :
17
17
- SE_EVENT_BUS_HOST=selenium-hub
18
- - SE_EVENT_BUS_PUBLISH_PORT=4442
19
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
20
18
- SE_ENABLE_TRACING=true
21
19
- SE_OTEL_TRACES_EXPORTER=otlp
22
20
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
@@ -30,8 +28,6 @@ services:
30
28
- selenium-hub
31
29
environment :
32
30
- SE_EVENT_BUS_HOST=selenium-hub
33
- - SE_EVENT_BUS_PUBLISH_PORT=4442
34
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
35
31
- SE_ENABLE_TRACING=true
36
32
- SE_OTEL_TRACES_EXPORTER=otlp
37
33
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
@@ -45,8 +41,6 @@ services:
45
41
- selenium-hub
46
42
environment :
47
43
- SE_EVENT_BUS_HOST=selenium-hub
48
- - SE_EVENT_BUS_PUBLISH_PORT=4442
49
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
50
44
- SE_ENABLE_TRACING=true
51
45
- SE_OTEL_TRACES_EXPORTER=otlp
52
46
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ services:
10
10
- selenium-hub
11
11
environment :
12
12
- SE_EVENT_BUS_HOST=selenium-hub
13
- - SE_EVENT_BUS_PUBLISH_PORT=4442
14
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
15
13
ports :
16
14
- " 6900:5900"
17
15
@@ -22,8 +20,6 @@ services:
22
20
- selenium-hub
23
21
environment :
24
22
- SE_EVENT_BUS_HOST=selenium-hub
25
- - SE_EVENT_BUS_PUBLISH_PORT=4442
26
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
27
23
ports :
28
24
- " 6901:5900"
29
25
@@ -34,8 +30,6 @@ services:
34
30
- selenium-hub
35
31
environment :
36
32
- SE_EVENT_BUS_HOST=selenium-hub
37
- - SE_EVENT_BUS_PUBLISH_PORT=4442
38
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
39
33
ports :
40
34
- " 6902:5900"
41
35
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ services:
11
11
shm_size : 2gb
12
12
environment :
13
13
- SE_EVENT_BUS_HOST=selenium-hub
14
- - SE_EVENT_BUS_PUBLISH_PORT=4442
15
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
16
14
deploy :
17
15
replicas : 1
18
16
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -22,8 +20,6 @@ services:
22
20
shm_size : 2gb
23
21
environment :
24
22
- SE_EVENT_BUS_HOST=selenium-hub
25
- - SE_EVENT_BUS_PUBLISH_PORT=4442
26
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
27
23
deploy :
28
24
replicas : 1
29
25
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -33,8 +29,6 @@ services:
33
29
shm_size : 2gb
34
30
environment :
35
31
- SE_EVENT_BUS_HOST=selenium-hub
36
- - SE_EVENT_BUS_PUBLISH_PORT=4442
37
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
38
32
deploy :
39
33
replicas : 1
40
34
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:
11
11
shm_size : 2gb
12
12
environment :
13
13
- SE_EVENT_BUS_HOST=selenium-hub
14
- - SE_EVENT_BUS_PUBLISH_PORT=4442
15
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
16
14
deploy :
17
15
replicas : 1
18
16
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -22,8 +20,6 @@ services:
22
20
shm_size : 2gb
23
21
environment :
24
22
- SE_EVENT_BUS_HOST=selenium-hub
25
- - SE_EVENT_BUS_PUBLISH_PORT=4442
26
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
27
23
deploy :
28
24
replicas : 1
29
25
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -33,8 +29,6 @@ services:
33
29
shm_size : 2gb
34
30
environment :
35
31
- SE_EVENT_BUS_HOST=selenium-hub
36
- - SE_EVENT_BUS_PUBLISH_PORT=4442
37
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
38
32
deploy :
39
33
replicas : 1
40
34
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:
9
9
- ./videos/relay_config.toml:/opt/selenium/config.toml
10
10
environment :
11
11
- SE_EVENT_BUS_HOST=selenium-hub
12
- - SE_EVENT_BUS_PUBLISH_PORT=4442
13
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
14
12
- SE_LOG_LEVEL=${LOG_LEVEL}
15
13
- GENERATE_CONFIG=false
16
14
@@ -58,8 +56,6 @@ services:
58
56
- emulator
59
57
environment :
60
58
- SE_EVENT_BUS_HOST=selenium-hub
61
- - SE_EVENT_BUS_PUBLISH_PORT=4442
62
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
63
59
- SE_LOG_LEVEL=${LOG_LEVEL}
64
60
- SE_NODE_SESSION_TIMEOUT=${SESSION_TIMEOUT}
65
61
- SE_NODE_RELAY_URL=http://emulator:4723
You can’t perform that action at this time.
0 commit comments