Describe the bug
The recommended procedure to pull the docker image creates an image that fails at every attempt to start it.
Code to reproduce the problem
docker pull alfaro96/scikit-lr:latest
Image is created, but cannot be started.
Repository cloned, Dockerfile updated with SOURCE_COMMIT=9849425c30f3cb62c6794c406aba17074ea7b3af
Attempt to build the image also fails
docker build --pull . -t alfaro96/scikit-lr:latest
...
ERROR [9/9] RUN pip install git+git://github.com/alfaro96/scikit-lr.git@9849425 22.6s
[9/9] RUN pip install git+git://github.com/alfaro96/scikit-lr.git@9849425:
1.253 Defaulting to user installation because normal site-packages is not writeable
1.347 Collecting git+git://github.com/alfaro96/scikit-lr.git@9849425
1.350 Cloning git://github.com/alfaro96/scikit-lr.git (to revision 9849425) to /tmp/pip-req-build-sqaixrz_
1.355 Running command git clone --filter=blob:none --quiet git://github.com/alfaro96/scikit-lr.git /tmp/pip-req-build-sqaixrz_
22.44 fatal: unable to connect to github.com:
22.44 github.com[0: 20.201.28.151]: errno=Connection refused
22.44
22.46 error: subprocess-exited-with-error
22.46
22.46 × git clone --filter=blob:none --quiet git://github.com/alfaro96/scikit-lr.git /tmp/pip-req-build-sqaixrz_ did not run successfully.
22.46 │ exit code: 128
22.46 ╰─> See above for output.
Attempts to redirect to local ssh-agent also failed:
Expected behaviour
Pulled image can be successfully ran.
Actual behaviour
Pulled image does not run.
Attempts to build failed as github refuses the request for connection during step 9.
Specifications
Windows 10 Home Single Language 22H2 19045.4412
Windows Feature Experience Pack 1000.19056.1000.0
Docker Engine v26.1.1
Docker Desktop for Windows v4.30.0
Describe the bug
The recommended procedure to pull the docker image creates an image that fails at every attempt to start it.
Code to reproduce the problem
Repository cloned, Dockerfile updated with SOURCE_COMMIT=9849425c30f3cb62c6794c406aba17074ea7b3af
Attempt to build the image also fails
Attempts to redirect to local ssh-agent also failed:
Expected behaviour
Pulled image can be successfully ran.
Actual behaviour
Pulled image does not run.
Attempts to build failed as github refuses the request for connection during step 9.
Specifications
Windows 10 Home Single Language 22H2 19045.4412
Windows Feature Experience Pack 1000.19056.1000.0
Docker Engine v26.1.1
Docker Desktop for Windows v4.30.0