Any guide to updating Cloudron base image from 2.0.0 to 3.0.0
-
Just want to make sure I don't see any unexpected issues when updating the Cloudron base image of my custom app.
-
Just want to make sure I don't see any unexpected issues when updating the Cloudron base image of my custom app.
@saikarthik what framework/language does your app use? The main change is that 2.0.0 used Ubuntu 18.04 and 3.0.0 uses Ubuntu 20.04 as the base.
The base image is built off https://git.cloudron.io/cloudron/docker-base-image
-
@saikarthik what framework/language does your app use? The main change is that 2.0.0 used Ubuntu 18.04 and 3.0.0 uses Ubuntu 20.04 as the base.
The base image is built off https://git.cloudron.io/cloudron/docker-base-image
@girish NodeJS
-
@girish NodeJS
@saikarthik Ah ok, the default node version in the images have changed. You can check the exact version by just creating a temp container and inspecting it. Like this:
root@my:~# docker run -ti cloudron/base:2.0.0 /bin/bash root@55837ce5fa95:/# node --version v12.16.2And then in another base image:
root@my:~# docker run -ti cloudron/base:3.1.0 /bin/bash root@cfca6b0648a7:/# node --version v16.13.1
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login