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

    Running Ubuntu 16.04 as an App on Cloudron

    Discuss
    5
    11
    341
    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.
    • A
      andirahmat last edited by 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?

      Lonkle girish 2 Replies Last reply Reply Quote 0
      • Lonkle
        Lonkle @andirahmat last edited by

        @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 Reply Quote 0
        • A
          andirahmat last edited by

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

          mehdi 1 Reply Last reply Reply Quote 0
          • mehdi
            mehdi App Dev @andirahmat last edited by

            @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 Reply Quote 0
            • robi
              robi last edited by

              This is possible by using sysbox as the docker runc.

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

              Life of Advanced Technology

              A 1 Reply Last reply Reply Quote 0
              • A
                andirahmat @robi last edited by

                @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?

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

                  @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 Reply Quote 0
                  • robi
                    robi @andirahmat last edited by

                    @andirahmat No

                    Life of Advanced Technology

                    1 Reply Last reply Reply Quote 0
                    • A
                      andirahmat @girish last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • A
                        andirahmat @girish last edited by

                        @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

                        Lonkle 1 Reply Last reply Reply Quote 0
                        • Lonkle
                          Lonkle @andirahmat last edited by

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