Docker base image - 2.0
-
@girish Have you considered alternate base images like Alpine? Ubuntu just seems so bloated for container infra.
@will our approach is just being practical. Ubuntu is widely supported and has packages for everything. TBH, I think even our current ubuntu image can be size optimized a lot but we don't spend cycles optimizing for what is just a 1 time download into a Cloudron.
-
Ubuntu 20.04 LTS (Focal Fossa) - Ubuntu version history - Wikipedia
https://en.wikipedia.org/wiki/Ubuntu_version_history#2004 -
@will isn't 18 the latest LTS? I think 20 is not even released yet. I will give it a good 3-6 months for all the apps to catch up and start supporting it after it's released.
@girish said in Docker base image - 2.0 (unstable):
I think 20 is not even released yet.
20.04 is due to be released today...but so far hasn't appeared on https://ubuntu.com/download/desktop
-
@will isn't 18 the latest LTS? I think 20 is not even released yet. I will give it a good 3-6 months for all the apps to catch up and start supporting it after it's released.
-
Very nice! The current base image still has to be bionic based though because I am guessing Focal will bump the version of all the databases. Database upgrade is always a nightmare but thankfully we have fully automated this during our 16 to 18 upgrade. Remains to be be seen if it works just like that for 18 to 20 now.
-
20.04 LTS now released
https://ubuntu.com/#download -
@robi We haven't really started working on the new image. So, I am not sure what to put in a new thread. Have to investigate first what all needs to be updated etc.
-
-
@robi We haven't really started working on the new image. So, I am not sure what to put in a new thread. Have to investigate first what all needs to be updated etc.
-
@girish I see in the latest Matomo update that you're using the new base image v3 now... Is this new image running on Ubuntu Focal now (20.04), or what's the big changes with 3.0 image?