Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Cloudron Forum

Apps | Demo | Docs | Install

Any guide to updating Cloudron base image from 2.0.0 to 3.0.0

Scheduled Pinned Locked Moved Solved Support
packaging
5 Posts 2 Posters 321 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • saikarthikS Offline
    saikarthikS Offline
    saikarthik
    wrote on last edited by girish
    #1

    Just want to make sure I don't see any unexpected issues when updating the Cloudron base image of my custom app.

    girishG 1 Reply Last reply
    0
  • girishG Do not disturb
    girishG Do not disturb
    girish Staff
    replied to saikarthik on last edited by
    #2

    @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

    saikarthikS 1 Reply Last reply
    0
  • saikarthikS Offline
    saikarthikS Offline
    saikarthik
    replied to girish on last edited by
    #3

    @girish NodeJS

    girishG 1 Reply Last reply
    0
  • girishG Do not disturb
    girishG Do not disturb
    girish Staff
    replied to saikarthik on last edited by
    #4

    @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.2
    

    And then in another base image:

    root@my:~# docker run -ti cloudron/base:3.1.0 /bin/bash
    root@cfca6b0648a7:/# node --version
    v16.13.1
    
    1 Reply Last reply
    1
  • girishG Do not disturb
    girishG Do not disturb
    girish Staff
    wrote on last edited by
    #5

    BTW, 3.1.0 is the most recent image now - https://forum.cloudron.io/topic/6178/new-base-image-3-1-0

    1 Reply Last reply
    2

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks