Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 476 Bytes

build-and-tag.md

File metadata and controls

19 lines (15 loc) · 476 Bytes

Build PHP81 images

docker build --target base -t rasteiner/common-php-apache:php81 php81
docker build -t rasteiner/common-php-apache:php81-dev php81

Build PHP8 images

docker build --target base -t rasteiner/common-php-apache:php8 php8
docker build -t rasteiner/common-php-apache:php8-dev php8

Build PHP7 images

docker build --target base -t rasteiner/common-php-apache:php7 php7
docker build -t rasteiner/common-php-apache:php7-dev php7