Saúl Ibarra Corretgé
49bd1657d5
feat(jibri) update Chrome to 126
4 months ago
Дамян Минков
e22b4f343b
feat(jibri): Adds more fonts.
...
More info https://community.jitsi.org/t/about-the-jibri/132264/5
5 months ago
Saúl Ibarra Corretgé
1d3c0f13a3
jibri: fail to start if the SYS_ADMIN cap is missing ( #1816 )
...
The container will refuse to start and provide some useful information
to the user:
```
docker-jitsi-meet-jibri-1 | cap[cap_sys_admin] not permitted
docker-jitsi-meet-jibri-1 | Required capability SYS_ADMIN is missing
docker-jitsi-meet-jibri-1 | [cont-init.d] 10-config: exited 1.
docker-jitsi-meet-jibri-1 | [cont-finish.d] executing container finish scripts...
docker-jitsi-meet-jibri-1 | [cont-finish.d] done.
docker-jitsi-meet-jibri-1 | [s6-finish] waiting for services.
```
5 months ago
Saúl Ibarra Corretgé
1e97277973
jibri: update Chrome to version 121
9 months ago
Saúl Ibarra Corretgé
d31e164656
build: simplify detection of the target platform
...
It can be done within the container, rather than having to compute it in
the Makefile and then pass it as an argument.
10 months ago
Saúl Ibarra Corretgé
e6a0c0461e
jibri: add check for /dev/shm size
...
If the container was staryed without a /dev/shm of at least 2GB
(defaults to 6MB in Docker) Chrome will behave erratically or crash.
Catch this with a tiny binary and make the container fail to start.
Ref: https://github.com/jitsi/docker-jitsi-meet/issues/1653
11 months ago
Saúl Ibarra Corretgé
a76b1f4b4a
jibri: simplify ChromeDriver download
1 year ago
Saúl Ibarra Corretgé
2c0a7931b2
jibri: update Chrome to 116
...
Note the URL for the ChromeDriver has changed now.
1 year ago
Дамян Минков
6bb2455b96
jibri: add extra fonts
1 year ago
Saúl Ibarra Corretgé
6f722932f1
jibri: bump Chrome version
1 year ago
Aaron van Meerten
0569bce51b
jibri: add autoscaler-sidecar service support ( #1562 )
1 year ago
Aaron van Meerten
ce59d1ed5d
jibri: upgrade chrome to 113 ( #1555 )
1 year ago
Saúl Ibarra Corretgé
57e3bb3c5f
jibri: bump Chrome version
2 years ago
Saúl Ibarra Corretgé
076dbf7d17
jibri: fix downloading new (>= 109) ChromeDriver
2 years ago
Saúl Ibarra Corretgé
8f40804839
jibri: update Chrome to M109
2 years ago
Saúl Ibarra Corretgé
8d7728b9dc
jibri: update Chrome to M108
2 years ago
Saúl Ibarra Corretgé
4fcba2c6aa
jibri: update Chrome to M106
2 years ago
Saúl Ibarra Corretgé
02e32e5294
jibri: update Chrome to M105
2 years ago
Saúl Ibarra Corretgé
bc6ce20d00
jibri: update Chrome to M104
2 years ago
Saúl Ibarra Corretgé
fbb8a2dbfe
jibri: switch to PulseAudio
...
Using PulseAudio means no longer needing to mount /dev/snd/ which should
make deploying Jibri much easier.
Credits:
https://github.com/openfun/jibri-pulseaudio
https://community.jitsi.org/t/tip-pulseaudio-support-for-jibri/65780
https://github.com/kpeiruza/jitsi-images
2 years ago
Saúl Ibarra Corretgé
e7533f8639
jibri: simplify Dockerfile
...
Slightly reduce layer count by running everything in a single RUN.
Also reduce build time by skipping some unneeded apt update / cleanups.
2 years ago
Saúl Ibarra Corretgé
b227b73710
build: fix multiarch build
...
TARGETPLATFORM must not have a default value.
2 years ago
Saúl Ibarra Corretgé
829841e1a4
jibri: add support for arm64
...
Use Debian's Chromium and ChromeDriver instead of Google's.
This has the limitation of not being able to control the version we
ship, however.
2 years ago
Saúl Ibarra Corretgé
be422c73e8
jibri: update Chrome to M102
2 years ago
Saúl Ibarra Corretgé
41d6a9adbf
jibri: bump Chrome to version 101
3 years ago
Robert Kaussow
c37706c8bb
misc: fix label order in dockerfiles
3 years ago
Robert Kaussow
0de062ba64
misc: add missing quotes to labels in dockerfiles
3 years ago
Robert Kaussow
76424fda5d
chore: add opencontainers labels to Dockerfiles
3 years ago
Ben Banfield-Zanin
238a6369e8
jibri: correct chromedriver mismatch
...
* jibri: turn on -x so that we can see what is actually executing
* jibri: bail out on the build if the actual release doesn't match the major release
* jibri: ensure the correct chromedriver gets downloaded when CHROME_RELEASE != latest
* jibri: move chrome installation to a separate script
3 years ago
Saúl Ibarra Corretgé
9ac7b59cfe
jibri: update Chrome to version 96
3 years ago
Saúl Ibarra Corretgé
3c19ed6723
jibri: uppdate Chrome to version 94
3 years ago
Berbe
be1da0e2be
misc: cleanup Dockerfiles
...
* Cleanup: Use spaces instead of tabulation
* Cleanup: Reduce layers
* Cleanup: Homogeneise wget syntax
* Cleanup: Use binary GPG key format
3 years ago
Saúl Ibarra Corretgé
a77a43e322
jibri: update default Chrome version to 90
4 years ago
Hugo Renard
b22421b168
misc: publish nightly unstable images
4 years ago
Saúl Ibarra Corretgé
d013053c09
jibri: add missing dependency for `kill` command
4 years ago
Saúl Ibarra Corretgé
5c44a84eb4
misc: stop using apt-key, it's deprecated
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/480
4 years ago
Amin Vakil
b78c89e6e8
misc: minor Dockerfile Improvements
4 years ago
Arun
0038e718eb
jibri: install extra dependency
5 years ago
mesouug
ec3622b87c
jibri: install jitsi-upload-integrations by default
...
Forces installation of jitsi-upload-integrations for all releases.
5 years ago
MatthewCroughan
b0d76a2fc3
jibri: add jq dep for upload integrations
5 years ago
netaskd
eae3f5ce2d
jibri: chrome/driver 78 as a stopgap
5 years ago
netaskd
ffa017b74d
jibri: add jibri service
5 years ago