We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FROM debian:9-slim as base Doesnot work anymore.
0.798 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. 0.798 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. 0.798 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file. 0.798 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-arm64/Packages 404 Not Found [IP: 151.101.2.132 80] 0.798 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-arm64/Packages 404 Not Found 0.798 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-arm64/Packages 404 Not Found
Looks like we need to refer different repo path or change source list /etc/apt/sources.list Instructions on this link https://unix.stackexchange.com/questions/371890/debian-the-repository-does-not-have-a-release-file seems to help a little but then we start to see issue with OpenCL library
The text was updated successfully, but these errors were encountered:
A quick "make docker" should reproduce this issue for anyone. @robdt: Do you have a setup to generate new Dockerfile ?
Sorry, something went wrong.
Hi @grovevishal . Try this one #20
No branches or pull requests
FROM debian:9-slim as base
Doesnot work anymore.
0.798 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
0.798 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
0.798 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
0.798 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-arm64/Packages 404 Not Found [IP: 151.101.2.132 80]
0.798 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-arm64/Packages 404 Not Found
0.798 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-arm64/Packages 404 Not Found
Looks like we need to refer different repo path or change source list /etc/apt/sources.list
Instructions on this link https://unix.stackexchange.com/questions/371890/debian-the-repository-does-not-have-a-release-file seems to help a little but then we start to see issue with OpenCL library
The text was updated successfully, but these errors were encountered: