BBB 2.5.3

This commit is contained in:
chandi 2022-07-15 12:51:30 +02:00
parent ca7d2baa38
commit c9079a8c68
7 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,9 @@
# Changelog
## Unreleased
- BBB 2.5.3 @alangecker
## Release v2.5.0 (2022-06-10)
- BigBlueButton v2.5 @alangecker [#207](https://github.com/bigbluebutton/docker/pull/207)
- central `tags.env` file with the tag names of most BBB components @alangecker
- Usage of [official docker build images](https://gitlab.senfcall.de/senfcall-public/docker-bbb-build) for building @alangecker

View File

@ -3,7 +3,7 @@
# 📦 BigBlueButton 2.5 Docker
Version: 2.5.2 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
Version: 2.5.3 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
## Features
- Easy installation

View File

@ -136,7 +136,7 @@ services:
context: mod/nginx
args:
TAG_LEARNING_DASHBOARD: {{ .Env.TAG_LEARNING_DASHBOARD }}
image: alangecker/bbb-docker-nginx:1.21-{{ .Env.TAG_PLAYBACK }}-{{ .Env.TAG_LEARNING_DASHBOARD }}
image: alangecker/bbb-docker-nginx:1.23-{{ .Env.TAG_PLAYBACK }}-{{ .Env.TAG_LEARNING_DASHBOARD }}
restart: unless-stopped
depends_on:
- etherpad
@ -301,7 +301,7 @@ services:
periodic:
build: mod/periodic
image: alangecker/bbb-docker-periodic:v2.5.0-rc.1
image: alangecker/bbb-docker-periodic:v2.5.0
restart: unless-stopped
depends_on:
- mongodb

@ -1 +1 @@
Subproject commit 3eb45a5099fc3e9def055a8d236e52098777eb95
Subproject commit 64b993ce8e1de5f893b4618d37229bcb57c13b68

View File

@ -13,7 +13,7 @@ RUN cd /bbb-playback && npm ci && npm run build
# --------------------
FROM nginx:1.21-alpine
FROM nginx:1.23-alpine
COPY --from=builder /bbb-learning-dashboard/build /www/learning-analytics-dashboard/
COPY --from=builder /bbb-playback/build /www/playback/presentation/2.3

@ -1 +1 @@
Subproject commit 07723a95bf350181fcb87b5e8c9ebc53eb6d8de6
Subproject commit b77714750f9e8f3fbc20c9140f6b3ddf715c82f6

View File

@ -11,17 +11,17 @@ TAG_COMMON_MESSAGE=v2.5.0
TAG_APPS_AKKA=v2.5.0
TAG_FSESL_AKKA=v2.5.0
TAG_BBB_WEB=v2.5.0
TAG_HTML5=v2.5.2
TAG_RECORDINGS=v2.5.2
TAG_HTML5=v2.5.3
TAG_RECORDINGS=v2.5.3
TAG_LEARNING_DASHBOARD=v2.5.2
TAG_LEARNING_DASHBOARD=v2.5.3
TAG_FS_CONFIG=v2.5.0
# individual git submodules
# use `./scripts/checkout-submodules` to ensure, that the submodules
# match the provided tags here
TAG_WEBRTC_SFU=v2.8.2
TAG_WEBRTC_SFU=v2.8.5
TAG_WEBHOOKS=v2.6.0
TAG_PLAYBACK=v4.0.0
TAG_PADS=v1.2.1
TAG_PADS=v1.2.2