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

Fix Jessie problem #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

matiasf9
Copy link

What

Fix issue with jessie dependency being downloaded from an archive repo with expired key

What's the issue

When building the image, I was getting two errors:

  1. Step #0 - "Build": W: Failed to fetch http://security.debian.org/dists/jessie/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.66.132 80]
  2. Step #0 - "Build": W: Failed to fetch http://http.debian.net/debian/dists/jessie/main/binary-amd64/Packages 404 Not Found

Testing

I was able to build the repo locally successfully

Sources

  1. deb jessie
  2. trusted=yes

When building the image, I was getting two errors:

1. Step #0 - "Build": W: Failed to fetch http://security.debian.org/dists/jessie/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.66.132 80]

2. Step #0 - "Build": W: Failed to fetch http://http.debian.net/debian/dists/jessie/main/binary-amd64/Packages  404  Not Found

Sources:
1. deb jessie https://stackoverflow.com/questions/75836790/docker-packages-404-not-found-from-node8-jessie
2. [trusted=yes] https://unix.stackexchange.com/questions/598344/debian-8-jessie-keyexpired-1587841717
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

Successfully merging this pull request may close these issues.

1 participant