bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
368 stars 248 forks source link

E900002: Subversion support temporarily disabled. #308

Closed guojinlong1 closed 9 months ago

guojinlong1 commented 9 months ago

Hello! I built it locally https://github.com/bigbluebutton/docker When encountering the following error, how can I solve it?

“Building bbb-web Step 1/23 : ARG BBB_BUILD_TAG Step 2/23 : FROM gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:$BBB_BUILD_TAG AS builder ---> 22861c096772 Step 3/23 : ARG TAG_COMMON_MESSAGE ---> Using cache ---> d6cade3b3a91 Step 4/23 : RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_COMMON_MESSAGE/bbb-common-message /bbb-common-message && cd /bbb-common-message && ./deploy.sh && rm -rf /bbb-common-message ---> Running in 3eaa76e63adf svn: E170013: Unable to connect to a repository at URL 'https://github.com/bigbluebutton/bigbluebutton/tags/v2.6.0/bbb-common-message' svn: E900002: Subversion support temporarily disabled.

GitHub has temporarily disabled Subversion support as part of a planned brownout in order to give you advance notice of the upcoming permanent removal of Subversion support on 2024-01-08.

Please see https://github.blog/2023-01-20-sunsetting-subversion-support/ for details. ERROR: Service 'bbb-web' failed to build: The command '/bin/sh -c svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_COMMON_MESSAGE/bbb-common-message /bbb-common-message && cd /bbb-common-message && ./deploy.sh && rm -rf /bbb-common-message' returned a non-zero code: 1 ”

alangecker commented 9 months ago

ui, perfect timing, unintended but with #307 we will get rid of subversion anyway.

you should also be able to use the prebuilt docker images with docker compose up --no-build