Svn checkout has no output in the docker image of Ubuntu 22.04

74 views
Skip to first unread message

Jack Chen

unread,
Dec 9, 2021, 3:53:50 AM12/9/21
to us...@subversion.apache.org
I ran the following command, it seems to be stuck, neither error nor success:
docker run --rm ubuntu:22.04 /bin/bash -c "apt-get update && apt-get install -y subversion && svn co https://github.com/GPUOpen-LibrariesAndSDKs/AMF/trunk/amf/public/include --non-interactive amf-headers"
Is there something wrong with my operation?

OS version: ubuntu-20.04
Docker image: official image ubuntu:22.04
svn version: 1.14.1 (r1886195)

log.txt

Thorsten

unread,
Dec 9, 2021, 4:27:30 AM12/9/21
to Jack Chen, us...@subversion.apache.org

Hello,

You DO get the output of apt right? I was able to reproduce the problem and it seems like its a github/ubuntu-docker certificate thingy. Maybe a security expert can tell us more. As  workaround using an older version of ubuntu and ignoring certifactes works.

docker run --rm ubuntu:20.04 /bin/bash -c "apt-get update && apt-get install -y subversion && svn co https://github.com/GPUOpen-LibrariesAndSDKs/AMF/trunk/amf/public/include  --trust-server-cert --non-interactive amf-headers"


Best regards,

Thorsten

Reply all
Reply to author
Forward
0 new messages