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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Any guide to updating Cloudron base image from 2.0.0 to 3.0.0

    Support
    packaging
    2
    5
    269
    Loading More Posts
    • 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.
    • S
      saikarthik last edited by girish

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

      girish 1 Reply Last reply Reply Quote 0
      • girish
        girish Staff @saikarthik last edited by

        @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

        S 1 Reply Last reply Reply Quote 0
        • S
          saikarthik @girish last edited by

          @girish NodeJS

          girish 1 Reply Last reply Reply Quote 0
          • girish
            girish Staff @saikarthik last edited by

            @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 Reply Quote 1
            • girish
              girish Staff last edited by

              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 Reply Quote 2
              • First post
                Last post
              Powered by NodeBB