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

    Is there a dockerfile available to build a docker LAMP image from scratch for ARM64 architecture?

    General Discussion
    3
    4
    608
    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.
    • N
      namaste7 last edited by namaste7

      Dear all,

      my cloud provider uses an ARM64 or AArch64 architecture and the provided docker image was build for x86_64 or AMD64.

      I would like to know if there is a dockerfile available to also build a docker LAMP image from scratch for ARM64 architecture?

      Thanks!

      namaste7

      A 1 Reply Last reply Reply Quote 0
      • A
        abhisheksharma @namaste7 last edited by

        Hi @namaste7 , while generating the docker image, we used x86_64 and it should work on both x86_64 & AMD64.

        In order to create a docker LAMP file from scratch, you can take any reference from Docker Hub community.

        Let us know if there are any queries or doubts further.

        1 Reply Last reply Reply Quote 0
        • N
          namaste7 last edited by

          I could successfully create 2 images for AMD64 using a Dockerfile:

          1. image

          OS: fedora 37
          PHP: 7.4
          Apache2: httpd-2.4.57
          HOTEL_VERSION: 1.6.0
          OS user: qloapps

          1. image

          OS: fedora 37
          MYSQL_VERSION: 5.7
          OS user: qlosql
          MySQL user: qlodb

          I will provide a link to my docker images including the dockerfiles and config files as soon as I push or create also ARM64 images.

          Is it possible to execute the qloapp's installation (e.g. using http://172.17.0.1/install/) by a PHP script avoiding the GUI installation process because I would like to include that also in the image creation process?

          1 Reply Last reply Reply Quote 0
          • A
            akr Global Moderator last edited by

            @namaste7 Yes, QloApps can be installed using command line as well. Refer to the link below for help:

            QloApps Installation through Command Line Interface (CLI): https://github.com/Qloapps/qloapps-docs/blob/master/docs/introduction/installation.md#qloapps-installation-through-command-line-interface-cli

            1 Reply Last reply Reply Quote 0
            • First post
              Last post