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

Update to debian stretch #4

Merged
merged 1 commit into from
Mar 28, 2019
Merged

Conversation

ndench
Copy link
Contributor

@ndench ndench commented Mar 26, 2019

Debian has dropped support for jessie, which is the default base image for node:8.
This means that any apt-get update commands will fail because the jessie-updates repository no longer exists.

The default base image for node:9 and node:10 is stretch, it's only node:8 that's a problem. It looks like this will be updated pretty soon though, according to nodejs/docker-node#1013.

I've manually built the three images using my changes and tested that they work fine. This shouldn't break anything, though I can't promise there won't be backwards incompatible changes if anyone using this image jessie specific features or repositories (though you should definitely not be doing this anymore since it's unsupported).

@mrliptontea mrliptontea merged commit ccce576 into stickeeuk:master Mar 28, 2019
@mrliptontea
Copy link
Contributor

Thanks for the update!

@ndench ndench deleted the update-stretch branch March 29, 2019 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants