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. Discuss
  3. Running Ubuntu 16.04 as an App on Cloudron

Running Ubuntu 16.04 as an App on Cloudron

Scheduled Pinned Locked Moved Discuss
11 Posts 5 Posters 1.7k Views 5 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.
  • A andirahmat

    Hi Everyone. This may be strange to ask. I got this closed source app from my local government encrypted with ioncube. This include installation script that setup it's own lamp. Something like ./install.sh and it needs to be installed on Ubuntu 16.04 other than that the dependencies will not met and installation fail. Currently i run this app on vm on proxmox.

    I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

    LonkleL Offline
    LonkleL Offline
    Lonkle
    wrote on last edited by
    #2

    @andirahmat Well, Ubuntu is not a web app and Cloudron is for Web Apps so there is no Cloudron VM App (though that'd be cool). But you could probably build a DOCKERFILE to package up your installation / build.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andirahmat
      wrote on last edited by
      #3

      Are you suggesting to custom build app for cloudron with ubuntu 16.04 image from dockerhub?

      mehdiM 1 Reply Last reply
      0
      • A andirahmat

        Are you suggesting to custom build app for cloudron with ubuntu 16.04 image from dockerhub?

        mehdiM Offline
        mehdiM Offline
        mehdi
        App Dev
        wrote on last edited by
        #4

        @andirahmat In my opinion, it's gonna be extremely hard to get this to run on Cloudron, if it's at all possible.

        1 Reply Last reply
        0
        • robiR Offline
          robiR Offline
          robi
          wrote on last edited by
          #5

          This is possible by using sysbox as the docker runc.

          See https://forum.cloudron.io/post/15273

          Conscious tech

          A 1 Reply Last reply
          0
          • robiR robi

            This is possible by using sysbox as the docker runc.

            See https://forum.cloudron.io/post/15273

            A Offline
            A Offline
            andirahmat
            wrote on last edited by
            #6

            @robi said in Running Ubuntu 16.04 as an App on Cloudron:

            This is possible by using sysbox as the docker runc.

            See https://forum.cloudron.io/post/15273

            Is this ready to use yet?

            robiR 1 Reply Last reply
            0
            • A andirahmat

              Hi Everyone. This may be strange to ask. I got this closed source app from my local government encrypted with ioncube. This include installation script that setup it's own lamp. Something like ./install.sh and it needs to be installed on Ubuntu 16.04 other than that the dependencies will not met and installation fail. Currently i run this app on vm on proxmox.

              I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #7

              @andirahmat said in Running Ubuntu 16.04 as an App on Cloudron:

              I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

              All apps on Cloudron use Ubuntu 18. But you can build a custom app with the base image FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617. That one is ubuntu 16.

              A 2 Replies Last reply
              0
              • A andirahmat

                @robi said in Running Ubuntu 16.04 as an App on Cloudron:

                This is possible by using sysbox as the docker runc.

                See https://forum.cloudron.io/post/15273

                Is this ready to use yet?

                robiR Offline
                robiR Offline
                robi
                wrote on last edited by
                #8

                @andirahmat No

                Conscious tech

                1 Reply Last reply
                0
                • girishG girish

                  @andirahmat said in Running Ubuntu 16.04 as an App on Cloudron:

                  I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

                  All apps on Cloudron use Ubuntu 18. But you can build a custom app with the base image FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617. That one is ubuntu 16.

                  A Offline
                  A Offline
                  andirahmat
                  wrote on last edited by
                  #9
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • girishG girish

                    @andirahmat said in Running Ubuntu 16.04 as an App on Cloudron:

                    I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

                    All apps on Cloudron use Ubuntu 18. But you can build a custom app with the base image FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617. That one is ubuntu 16.

                    A Offline
                    A Offline
                    andirahmat
                    wrote on last edited by
                    #10

                    @girish said in Running Ubuntu 16.04 as an App on Cloudron:

                    @andirahmat said in Running Ubuntu 16.04 as an App on Cloudron:

                    I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

                    All apps on Cloudron use Ubuntu 18. But you can build a custom app with the base image FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617. That one is ubuntu 16.

                    @girish can you please refer me to the related documentation on doing this? Should i have another cloudron installation for this? Now my cloudron running on ubuntu 18.04

                    LonkleL 1 Reply Last reply
                    0
                    • A andirahmat

                      @girish said in Running Ubuntu 16.04 as an App on Cloudron:

                      @andirahmat said in Running Ubuntu 16.04 as an App on Cloudron:

                      I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

                      All apps on Cloudron use Ubuntu 18. But you can build a custom app with the base image FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617. That one is ubuntu 16.

                      @girish can you please refer me to the related documentation on doing this? Should i have another cloudron installation for this? Now my cloudron running on ubuntu 18.04

                      LonkleL Offline
                      LonkleL Offline
                      Lonkle
                      wrote on last edited by
                      #11

                      @andirahmat said in Running Ubuntu 16.04 as an App on Cloudron:

                      @girish said in Running Ubuntu 16.04 as an App on Cloudron:

                      @andirahmat said in Running Ubuntu 16.04 as an App on Cloudron:

                      I wonder if it possible to run this on cloudron. I mean is there any ubuntu 16.04 served as cloudron app then run this install script on it?

                      All apps on Cloudron use Ubuntu 18. But you can build a custom app with the base image FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617. That one is ubuntu 16.

                      @girish can you please refer me to the related documentation on doing this? Should i have another cloudron installation for this? Now my cloudron running on ubuntu 18.04

                      Keep your installation at 18.04. Girlish is talking about the DOCKERFILE’s too FROM line. Cloudron’s base image 1.0 was based on Ubuntu 16 so you should have that entire OSes dependencies to build an app on Ubuntu 16 even though Cloudron itself only runs on 18.04.

                      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