Is there a dockerfile available to build a docker LAMP image from scratch for ARM64 architecture?
-
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
-
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.
-
I could successfully create 2 images for AMD64 using a Dockerfile:
- image
OS: fedora 37
PHP: 7.4
Apache2: httpd-2.4.57
HOTEL_VERSION: 1.6.0
OS user: qloapps- image
OS: fedora 37
MYSQL_VERSION: 5.7
OS user: qlosql
MySQL user: qlodbI 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?
-
@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