Skip to content
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 container can't build in Windows #28

Open
LummoxJR opened this issue Sep 19, 2024 · 1 comment
Open

Docker container can't build in Windows #28

LummoxJR opened this issue Sep 19, 2024 · 1 comment

Comments

@LummoxJR
Copy link

I know this project is in maintenance mode but I'm very much struggling to find any other way to convert cvs to git. It seems like some people are still able to use this currently. Is there any help to be had?

docker build -t docker-cvs2git .
[+] Building 18.4s (6/11)                                                                          docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                               0.0s
 => => transferring dockerfile: 1.10kB                                                                             0.0s
 => [internal] load metadata for docker.io/library/debian:jessie                                                   2.1s
 => [internal] load .dockerignore                                                                                  0.0s
 => => transferring context: 77B                                                                                   0.0s
 => [run 1/6] FROM docker.io/library/debian:jessie@sha256:32ad5050caffb2c7e969dac873bce2c370015c2256ff984b70c1c0  12.2s
 => => resolve docker.io/library/debian:jessie@sha256:32ad5050caffb2c7e969dac873bce2c370015c2256ff984b70c1c08b3a2  0.0s
 => => sha256:b82b9923b08dfd4c2a83d1669b67a3a0c12f2d17fc989315c05f201eabc33b52 54.39MB / 54.39MB                  10.9s
 => => sha256:32ad5050caffb2c7e969dac873bce2c370015c2256ff984b70c1c08b3a2816a0 982B / 982B                         0.0s
 => => sha256:23f6c1ca631220b4a17c659e70e4c20092965590b406b1fb02780475680622f4 529B / 529B                         0.0s
 => => sha256:3aaeab7a47777b5ca21fc6de40a6f9e7ee7ebb7302e7a025795eb9e73200c404 1.46kB / 1.46kB                     0.0s
 => => extracting sha256:b82b9923b08dfd4c2a83d1669b67a3a0c12f2d17fc989315c05f201eabc33b52                          1.2s
 => [internal] load build context                                                                                  0.4s
 => => transferring context: 2.15MB                                                                                0.4s
 => ERROR [run 2/6] RUN apt-get update &&     apt-get install -y         python         python-bsddb3         sub  4.1s
------
 > [run 2/6] RUN apt-get update &&     apt-get install -y         python         python-bsddb3         subversion         rcs         cvs:
1.700 Ign http://security.debian.org jessie/updates InRelease
1.882 Ign http://security.debian.org jessie/updates Release.gpg
1.910 Ign http://deb.debian.org jessie InRelease
1.987 Ign http://security.debian.org jessie/updates Release
2.044 Ign http://deb.debian.org jessie-updates InRelease
2.096 Err http://security.debian.org jessie/updates/main amd64 Packages
2.096
2.178 Ign http://deb.debian.org jessie Release.gpg
2.206 Err http://security.debian.org jessie/updates/main amd64 Packages
2.206
2.323 Err http://security.debian.org jessie/updates/main amd64 Packages
2.323
2.339 Ign http://deb.debian.org jessie-updates Release.gpg
2.436 Err http://security.debian.org jessie/updates/main amd64 Packages
2.436
2.473 Ign http://deb.debian.org jessie Release
2.546 Err http://security.debian.org jessie/updates/main amd64 Packages
2.546   404  Not Found [IP: 151.101.194.132 80]
2.607 Ign http://deb.debian.org jessie-updates Release
3.817 Err http://deb.debian.org jessie/main amd64 Packages
3.817   404  Not Found [IP: 199.232.98.132 80]
3.951 Err http://deb.debian.org jessie-updates/main amd64 Packages
3.951   404  Not Found [IP: 199.232.98.132 80]
3.952 W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.194.132 80]
3.952
3.952 W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/binary-amd64/Packages  404  Not Found [IP: 199.232.98.132 80]
3.952
3.952 W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found [IP: 199.232.98.132 80]
3.952
3.952 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:20
--------------------
  19 |
  20 | >>> RUN apt-get update && \
  21 | >>>     apt-get install -y \
  22 | >>>         python \
  23 | >>>         python-bsddb3 \
  24 | >>>         subversion \
  25 | >>>         rcs \
  26 | >>>         cvs
  27 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update &&     apt-get install -y         python         python-bsddb3         subversion         rcs         cvs" did not complete successfully: exit code: 100

[+] Building 4.3s (6/11)                                                                           docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                               0.0s
 => => transferring dockerfile: 1.10kB                                                                             0.0s
 => [internal] load metadata for docker.io/library/debian:jessie                                                   0.3s
 => [internal] load .dockerignore                                                                                  0.0s
 => => transferring context: 77B                                                                                   0.0s
 => CACHED [run 1/6] FROM docker.io/library/debian:jessie@sha256:32ad5050caffb2c7e969dac873bce2c370015c2256ff984b  0.0s
 => [internal] load build context                                                                                  0.0s
 => => transferring context: 41.17kB                                                                               0.0s
 => ERROR [run 2/6] RUN apt-get update &&     apt-get install -y         python         python-bsddb3         sub  3.9s
------
 > [run 2/6] RUN apt-get update &&     apt-get install -y         python         python-bsddb3         subversion         rcs         cvs:
1.449 Ign http://security.debian.org jessie/updates InRelease
1.476 Ign http://security.debian.org jessie/updates Release.gpg
1.503 Ign http://security.debian.org jessie/updates Release
1.528 Err http://security.debian.org jessie/updates/main amd64 Packages
1.528
1.554 Err http://security.debian.org jessie/updates/main amd64 Packages
1.554
1.579 Err http://security.debian.org jessie/updates/main amd64 Packages
1.579
1.605 Err http://security.debian.org jessie/updates/main amd64 Packages
1.605
1.630 Err http://security.debian.org jessie/updates/main amd64 Packages
1.630   404  Not Found [IP: 151.101.194.132 80]
1.707 Ign http://deb.debian.org jessie InRelease
1.846 Ign http://deb.debian.org jessie-updates InRelease
1.986 Ign http://deb.debian.org jessie Release.gpg
2.123 Ign http://deb.debian.org jessie-updates Release.gpg
2.282 Ign http://deb.debian.org jessie Release
2.493 Ign http://deb.debian.org jessie-updates Release
3.780 Err http://deb.debian.org jessie/main amd64 Packages
3.780   404  Not Found
3.917 Err http://deb.debian.org jessie-updates/main amd64 Packages
3.917   404  Not Found
3.919 W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.194.132 80]
3.919
3.919 W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/binary-amd64/Packages  404  Not Found
3.919
3.919 W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found
3.919
3.919 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:20
--------------------
  19 |
  20 | >>> RUN apt-get update && \
  21 | >>>     apt-get install -y \
  22 | >>>         python \
  23 | >>>         python-bsddb3 \
  24 | >>>         subversion \
  25 | >>>         rcs \
  26 | >>>         cvs
  27 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update &&     apt-get install -y         python         python-bsddb3         subversion         rcs         cvs" did not complete successfully: exit code: 100
@alexkar598
Copy link

Caused by debuerreotype/docker-debian-eol-artifacts#8

Possibly fixed by #26?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants