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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
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
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Any guide to updating Cloudron base image from 2.0.0 to 3.0.0

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 911 Views 2 Watching
  • 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
      • saikarthikS saikarthik

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

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote 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
        • girishG girish

          @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 Offline
          saikarthikS Offline
          saikarthik
          wrote on last edited by
          #3

          @girish NodeJS

          girishG 1 Reply Last reply
          0
          • saikarthikS saikarthik

            @girish NodeJS

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote 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 Offline
              girishG Offline
              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
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


                • Login

                • Don't have an account? Register

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