update to debian 9#46
update to debian 9#46claytonmarinho wants to merge 1 commit intoabernix:masterfrom claytonmarinho:debian-9
Conversation
I'm having an issue when building w/ node-8.14.0-base: W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found As recommended here https://unix.stackexchange.com/a/508728/343967, the problem seems solved w/ debian:9
|
This fixes issue #47 |
|
@abernix any plans to apply this to the next release? |
|
Hey all, thanks for flagging the issue. Upgrading to Debian 9, Stretch, could have an impact on anyone who has binary dependencies which are compiled against Debian 8's toolchain and I don't intend to apply a major dist upgrade in the next release, or any release soon, for the same reason I listed in #43:
That said, I just published a new version of the image which doesn't leverage $ docker run -ti --rm --entrypoint="" abernix/meteord:node-8.14.0-base /bin/cat /etc/apt/sources.list
deb http://deb.debian.org/debian jessie main
deb http://security.debian.org/debian-security jessie/updates main
deb http://deb.debian.org/debian jessie-updates main
$ docker run -ti --rm --entrypoint="" abernix/meteord:node-8-base /bin/cat /etc/apt/sources.list
# deb http://snapshot.debian.org/archive/debian/20190326T120000Z jessie main
deb http://deb.debian.org/debian jessie main
# deb http://snapshot.debian.org/archive/debian-security/20190326T120000Z jessie/updates main
deb http://security.debian.org/debian-security jessie/updates mainLet me know if this new image doesn't resolve the problem! |
Hi,
I'm having an issue when building w/ node-8.14.0-base:
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not FoundAs commented here, the problem seems solved w/ debian:9