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 all base containers to Debian 9 'jessie' #539

Closed
anavarre opened this issue Nov 24, 2017 · 1 comment
Closed

Update all base containers to Debian 9 'jessie' #539

anavarre opened this issue Nov 24, 2017 · 1 comment
Assignees
Labels
improvement Things work OK but suggestion to make them better
Milestone

Comments

@anavarre
Copy link
Contributor

As a lando user, I'd like containers to be running off of Debian 9 'jessie' to benefit from newer packages.

Example below with PHP which defaults to PHP 5 for Debian 8 and PHP 7 for Debian 9.

Lando:

$ cat /etc/issue
Debian GNU/Linux 8 \n \l
$ apt-cache search ^php7.0$
$ apt-cache search ^php5$
php5 - server-side, HTML-embedded scripting language (metapackage)

Debian 9 container:

$ cat /etc/issue
Debian GNU/Linux 9 \n \l
$ sudo apt-cache search ^php7.0$
php7.0 - server-side, HTML-embedded scripting language (metapackage)
@pirog pirog self-assigned this Nov 24, 2017
@pirog pirog added the improvement Things work OK but suggestion to make them better label Nov 24, 2017
@pirog pirog added this to the 3.0.0 milestone Nov 24, 2017
@pirog
Copy link
Sponsor Member

pirog commented Nov 24, 2017

@anavarre it looks like a good deal of our base images (which are mostly official docker images) now have a jessie variant so while it does make me super nervous to update these images i think its probably worth doing. The only caveat here is we will only do this for services that have a jessie variant base image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Things work OK but suggestion to make them better
Projects
None yet
Development

No branches or pull requests

2 participants