-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker compose build failed when running to vcs import < dependencies.repos #18
Comments
Ooh, that is tricky one... You could try Both of these possible solutions are described in this StackOverflow post |
OK,thanks for your detailed reply,I'll try the sugeestios you have mentioned above and give you feedback if there is any progress!:-) |
Update:Sorry to give you the feedback so late because I'm not at home these days,but now the installation seems to be ok after I turn off the ssl certificate follow the blog: |
The error still occurred and I confused the apt-get update part with |
@sea-bass Hi,sorry to response you so lately but it is because I'm working on a other project these days.However,the problem still occurs when I attempt to build the image again and I have already set the git proxy in the Dockerfile this time: |
You can either add
or clone them locally in a new directory mkdir src
vcs import < dependencies.repos ./src/ And modify this line to
|
@sea-bass Hi,as the title described,the build process failed when running to vcs import < dependencies.repos:
I don't know if it is due to the network setup on my host machine because I use clash for windows to proxy my network,but the error still occurs after I set the
--build-arg http_proxy
and--build-arg https_proxy
to my host proxy configuration:so I want ask you if there any solution and I'd appreciate it if you could give me some advice!
The text was updated successfully, but these errors were encountered: