jshimko / meteor-launchpad

A base Docker image for Meteor applications.
https://hub.docker.com/r/jshimko/meteor-launchpad/
MIT License
276 stars 152 forks source link

New Debian Release #138

Closed gustawdaniel closed 3 years ago

gustawdaniel commented 4 years ago

Newest Debian Releases

Date Name Version Url
2017-06-17 Stretch Debian 9 https://www.debian.org/releases/stretch/
2019-07-06 Buster Debian 10 https://wiki.debian.org/DebianBuster

2019-03-08 in issue https://github.com/jshimko/meteor-launchpad/issues/108 @timbaas recommended to use fork

https://github.com/gbhrdt/meteor-launchpad

but now new debian was released and this fork throws error:

W: Conflicting distribution: http://deb.debian.org/debian stable InRelease (expected stretch but got buster)

from

apt update

form file

https://github.com/gbhrdt/meteor-launchpad/blob/master/scripts/install-deps-opt.sh

To fix we probably need execute apt-get clean before it.

https://www.reddit.com/r/debian/comments/6hyic4/conflicting_distribution_warning/


I would like to ask @jshimko if we are going to update this repo to Debian 10 and merge fixes from gbhrdt fork or you recommend treating this fork as official successor of this repository?

gustawdaniel commented 3 years ago

Closed as related with https://github.com/jshimko/meteor-launchpad/issues/139