A base environment for uazgradcoll/lamp-web projects.
Multilple PHP version are supported through the following tags:
-
php-7.4
,latest
Base OS: Ubuntu 20.04LTS -
php-8.1
: Uses the default Ubuntu 22.04LTS packages provided by Canonical
Base OS: Ubuntu 22.04LTS -
php-7.3
: Uses Ondřej Surý's PPA
Base OS: Ubuntu 18.04LTS -
php-7.2
: Uses the default Ubuntu 18.04LTS packages provided by Canonical
Base OS: Ubuntu 18.04LTS -
php-7.1
: Uses Ondřej Surý's PPA
Base OS: Ubuntu 16.04LTS -
php-7.0
: Uses the default Ubuntu 16.04LTS packages provided by Canonical
Base OS: Ubuntu 16.04LTS -
amz-php7.4
: Uses the official Docker Hub image for Amazon Linux
Base OS: Amazon Linux 2
More information on the uazgraduatecollege/lamp-web on Docker Hub.
Intended primarily as a base image from which to create other application images. Eg.
FROM uazgraduatecollege/lamp-web:latest
# Do something
Building is not necessary in most cases as the images can be accessed directly from Docker Hub, however:
$ docker build -t uazgraduatecollege/lamp-web:latest .
See LICENSE.md