forked from extern/docker
27 lines
684 B
Bash
27 lines
684 B
Bash
# after changing a tag always run following commands to apply
|
|
# - ./scripts/generate-compose
|
|
# - docker-compose build
|
|
|
|
|
|
# https://gitlab.senfcall.de/senfcall-public/docker-bbb-build
|
|
BBB_BUILD_TAG=v2022-03-30
|
|
|
|
# https://github.com/bigbluebutton/bigbluebutton
|
|
TAG_COMMON_MESSAGE=v2.5.0-rc.1
|
|
TAG_APPS_AKKA=v2.5.0-rc.1
|
|
TAG_FSESL_AKKA=v2.5.0-rc.1
|
|
TAG_BBB_WEB=v2.5.0-rc.1
|
|
TAG_HTML5=v2.5.0-rc.1
|
|
TAG_RECORDINGS=v2.5.0-rc.1
|
|
|
|
TAG_LEARNING_DASHBOARD=v2.5.0-rc.1
|
|
TAG_FS_CONFIG=v2.5.0-rc.1
|
|
|
|
|
|
# individual git submodules
|
|
# use `./scripts/checkout-submodules` to ensure, that the submodules
|
|
# match the provided tags here
|
|
TAG_WEBRTC_SFU=v2.8.1
|
|
TAG_WEBHOOKS=v2.5.0
|
|
TAG_PLAYBACK=v4.0.0
|
|
TAG_PADS=v1.1.0 |