bigbluebutton / docker

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

Unable to connect to a repository at URL 'https://github.com/bigbluebutton/bigbluebutton/tags/v2.3.4/bbb-voice-conference/config/freeswitch/conf' #168

Open waylon-gmail opened 2 years ago

waylon-gmail commented 2 years ago
Step 7/11 : RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bbb-voice-conference/config/freeswitch/conf /etc/freeswitch     && rm -rf /etc/freeswitch/.svn
 ---> Running in 179f4253e929
svn: E170013: Unable to connect to a repository at URL 'https://github.com/bigbluebutton/bigbluebutton/tags/v2.3.4/bbb-voice-conference/config/freeswitch/conf'
svn: E120108: Error running context: The server unexpectedly closed the connection.
The command '/bin/sh -c svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bbb-voice-conference/config/freeswitch/conf /etc/freeswitch     && rm -rf /etc/freeswitch/.svn' returned a non-zero code: 1
ERROR: Service 'freeswitch' failed to build : Build failed
zarip0v commented 2 years ago

similar problem

antobinary commented 2 years ago

https://github.com/bigbluebutton/bigbluebutton/pull/13594/files#diff-f2410cfea390201a01cd96709280c6d3336bc696a4eb6a396371e4b8a9677dbeR117 likely cause. It likely needs additional tweak in the bigbluebutton/docker repo

alangecker commented 2 years ago

@antobinary do you mean that the moving of the directory could cased this issue? It will be true for upcoming tags, but within the tag v2.3.4 the content in the repo should never change. In fact the failed command from @waylon-gmail still works for me:

svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/v2.3.4/bbb-voice-conference/config/freeswitch/conf

@zarip0v @waylon-gmail does the docker networking works for you? sometimes firewalls like ufw block it. You can check it with

docker run --rm busybox ping -c 3 google.de
antobinary commented 2 years ago

Hi @alangecker Apologies, I missed the exact version, only saw $TAG. Please ignore my comment. It may be useful in other contexts but not in this particular thread...

jolly-jump commented 2 weeks ago

Did anyone get further here?

After not updating for about 3 months I get a similar error using update-and-build:

 > [apps-akka builder 2/4] RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/v2.7.0/bbb-common-message /bbb-common-message     && cd /bbb-common-message     && ./deploy.sh     && rm -rf /bbb-common-message:
1.555 svn: E170013: Unable to connect to a repository at URL 'https://github.com/bigbluebutton/bigbluebutton/tags/v2.7.0/bbb-common-message'
1.555 svn: E160013: '/bigbluebutton/bigbluebutton/tags/v2.7.0/bbb-common-message' path not found
------
failed to solve: process "/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" did not complete successfully: exit code: 1

am i missing some important "breaking change"?