docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker files for BigBlueButton

Results 141 docker issues
Sort by recently updated
recently updated
newest added

In order to better support BBB docker the docker images should be build upstream within the main repositories and made available in a container registry, instead of building them locally....

Was updated to [v3.0.x-release--2025-03-12-163403](https://hub.docker.com/r/bigbluebutton/bbb-build/tags)

Tested it on some random safari I found, seems to work.

with the 3.0.4 release the html5 client is build twice, once for older safaris. https://github.com/bigbluebutton/bigbluebutton/pull/22764 https://github.com/bigbluebutton/bigbluebutton/compare/v3.0.1...v3.0.4#diff-693bc5a7336ba14ad5bf20dd7c35a421a3d33123ad97075b5f717c1021241cf1 this needs to be applied to the docker image build process

Since the postgres/greenlight migrations are currently only in the develop-branch, running ./scripts/upgrade on an existing installation currently breaks the installation

Hello, what does it mean in the tutorial (see here: https://github.com/bigbluebutton/docker), that "bbb-docker uses host networking, so it won't work with Kubernetes, any "CaaS"-Service, etc". Does that mean i am...

Hello, Trying a first time installation with Docker Compose under Ubuntu 22.04. I can create a room and connect to it OK, everything works perfectly (audio and video). Then after...

Given that this project is part of the bigbluebutton organization, I'm assuming it is maintained by the BigBlueButton team. But given that the last update is already a year old,...

With a bbb-docker setup from main branch the german sound files won't work, as unzip is not available. Steps to reproduce: 1. select german sound files in .env: `SOUNDS_LANGUAGE=de-de-daedalus3` 2....

I have tried to set up custom options for - S3 storage - Open ID (for Office365) - Remote DB (external Postgres) But I can't find relevant information, and it...