Skip to content

update to debian 9#46

Closed
claytonmarinho wants to merge 1 commit intoabernix:masterfrom
claytonmarinho:debian-9
Closed

update to debian 9#46
claytonmarinho wants to merge 1 commit intoabernix:masterfrom
claytonmarinho:debian-9

Conversation

@claytonmarinho
Copy link

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 Found
As commented here, the problem seems solved w/ debian:9

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
@metju90
Copy link

metju90 commented Mar 27, 2019

This fixes issue #47

@enzolutions
Copy link

@abernix any plans to apply this to the next release?

@abernix
Copy link
Owner

abernix commented Apr 9, 2019

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:

I'd like to keep this on Debian 8 until Debian 9 actually enters Long-Term Support, which doesn't even happen for almost another year: wiki.debian.org/LTS. Debian 8 is under LTS until June 30, 2020, but once Debian 9 goes into LTS, we have 6 months to make that transition. At that point, I think it makes more sense to bump the version.

That said, I just published a new version of the image which doesn't leverage jessie-updates:

$ 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 main

Let me know if this new image doesn't resolve the problem!

@abernix abernix closed this Apr 9, 2019
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.

4 participants