mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
22 lines
562 B
Bash
22 lines
562 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-beta.1
|
|
TAG_APPS_AKKA=v2.5.0-beta.1
|
|
TAG_FSESL_AKKA=v2.5.0-beta.1
|
|
TAG_BBB_WEB=v2.5.0-beta.1
|
|
TAG_HTML5=v2.5.0-beta.1
|
|
TAG_RECORDINGS=v2.5.0-beta.1
|
|
|
|
TAG_LEARNING_DASHBOARD=v2.5.0-beta.1
|
|
TAG_FS_CONFIG=v2.5.0-beta.1
|
|
|
|
|
|
IMAGE_NODE=node:14.18.3-bullseye-slim
|
|
# TODO: variable still unused |