Docker base image - 4.0
-
We are making a new base image based on Ubuntu 22 Jammy. This is still a WIP. Posting here in case you want to give feedback on how this works out for your custom apps.
As it stands, it is
cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
. We are updating a bunch of apps to make sure it's OK.Changes:
- Update to latest jammy (20221101)
- Node 18.12.1
- Go 1.19.3
- Ruby 3.0
- PHP 8.1
- Python 3.10
Databases:
- MySQL remains at 8.0
- PostgreSQL 14
- Redis 5
- MongoDB 6 (this is sure to cause much upgrade problems, have to see)
-
G girish referenced this topic on
-
We are making a new base image based on Ubuntu 22 Jammy. This is still a WIP. Posting here in case you want to give feedback on how this works out for your custom apps.
As it stands, it is
cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
. We are updating a bunch of apps to make sure it's OK.Changes:
- Update to latest jammy (20221101)
- Node 18.12.1
- Go 1.19.3
- Ruby 3.0
- PHP 8.1
- Python 3.10
Databases:
- MySQL remains at 8.0
- PostgreSQL 14
- Redis 5
- MongoDB 6 (this is sure to cause much upgrade problems, have to see)
-
@girish Is it / will it be backwards compatible ?
i.e. usecloudron/base:4.0.0
on Ubuntu 20.04 instances ? -
G girish referenced this topic on
-
G girish referenced this topic on
-
Updated the base image to
31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
. The previous one did not install mongo shell correctly.@girish said in Docker base image - 4.0:
Updated the base image to
31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
. The previous one did not install mongo shell correctly.The main post has a hash that is too long which leads to an error.
It seems like extra characters were added in the OP.Using what's quoted here worked.
-
@girish said in Docker base image - 4.0:
Updated the base image to
31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
. The previous one did not install mongo shell correctly.The main post has a hash that is too long which leads to an error.
It seems like extra characters were added in the OP.Using what's quoted here worked.
-
G girish forked this topic on