-
Notifications
You must be signed in to change notification settings - Fork 1
Problem: Docker build fails, perhaps caused by ip6 issue #1487
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
Comments
Just a further note that adding
to |
For reasons I cannot guess at, after many tries and without changing anything of which I was aware, this build step succeeded. I suppose there was network oddity of some kind, but it would have been nice to have a definite reason or explanation. |
For 5 days I have been trying to solve the same issue. In my case docker build installs pip and upgrade pip. Then when installing django from the requirements.txt docker build ends with this ReadTimedOut error. please help. I can install django from terminal, able to ping pypi.org using 443. but cant build the image !! help! OS: Ubuntu ENV PYTHONUNBUFFERED 1 COPY ./requirements.txt /tmp/requirements.txt RUN python -m venv /py && ENV PATH="/py/bin:$PATH" USER django-user Error::::::::::::: docker build .
|
Alhamdulillah! Finally,I solved this issue on my own. It was not any with my computer, ubuntu, docker, or anything. The problem was with the shared local network I was using. 443 port is blocked for an unknown reason, so I used the internet from a SIM card operator. Then everything worked fine. Thanks. |
Thank you for reporting the issue as well as your resolution! Glad it worked out for you :) |
Expected behaviour
Docker build should succeed. :)
Current behaviour
Docker build fails while trying to run
pip
commands, e.g.which I am diagnosing (possibly wrongly) as this issue compounded with Docker networking.
Steps to reproduce
Your environment (version of Archivematica, operating system, other relevant details)
I'm sorry if any relevant info is missing-- I'm not a Python programmer and I may be missing something obvious!
For Artefactual use:
Before you close this issue, you must check off the following:
The text was updated successfully, but these errors were encountered: