Go to file
2024-03-08 13:02:13 +01:00
dotnet-qa.dockerfile add global .net 2024-03-08 13:02:13 +01:00
frankenphp-83.dockerfile mem 2023-12-24 16:48:26 +01:00
php-apache-83.dockerfile ap 2023-12-24 18:10:25 +01:00
php-qa-83.dockerfile up php 2023-12-01 21:15:20 +01:00
README.md init 2022-06-25 12:38:24 +02:00

Docker Build Commands

docker build -t adr1enbe4udou1n/php-qa:8.0 -f DockerfileQA80 .
docker tag adr1enbe4udou1n/php-qa:8.0 registry.okami101.io/adr1enbe4udou1n/php-qa:8.0
docker push registry.okami101.io/adr1enbe4udou1n/php-qa:8.0

docker build -t adr1enbe4udou1n/php-qa:8.1 -f DockerfileQA81 .
docker tag adr1enbe4udou1n/php-qa:8.1 registry.okami101.io/adr1enbe4udou1n/php-qa:8.1
docker push registry.okami101.io/adr1enbe4udou1n/php-qa:8.1

docker tag adr1enbe4udou1n/php-qa:8.1 registry.okami101.io/adr1enbe4udou1n/php-qa:latest
docker push registry.okami101.io/adr1enbe4udou1n/php-qa:latest

docker build -t adr1enbe4udou1n/php-apache:8.1 -f DockerfileApache81 .
docker tag adr1enbe4udou1n/php-apache:8.1 registry.okami101.io/adr1enbe4udou1n/php-apache:8.1
docker push registry.okami101.io/adr1enbe4udou1n/php-apache:8.1

docker tag adr1enbe4udou1n/php-apache:8.1 registry.okami101.io/adr1enbe4udou1n/php-apache:latest
docker push registry.okami101.io/adr1enbe4udou1n/php-apache:latest

docker build -t adr1enbe4udou1n/php-fpm:8.1 -f DockerfileFPM81 .
docker tag adr1enbe4udou1n/php-fpm:8.1 registry.okami101.io/adr1enbe4udou1n/php-fpm:8.1
docker push registry.okami101.io/adr1enbe4udou1n/php-fpm:8.1

docker tag adr1enbe4udou1n/php-fpm:8.1 registry.okami101.io/adr1enbe4udou1n/php-fpm:latest
docker push registry.okami101.io/adr1enbe4udou1n/php-fpm:latest

docker build -t adr1enbe4udou1n/php-swoole:8.1 -f DockerfileSwoole81 .
docker tag adr1enbe4udou1n/php-swoole:8.1 registry.okami101.io/adr1enbe4udou1n/php-swoole:8.1
docker push registry.okami101.io/adr1enbe4udou1n/php-swoole:8.1

docker tag adr1enbe4udou1n/php-swoole:8.1 registry.okami101.io/adr1enbe4udou1n/php-swoole:latest
docker push registry.okami101.io/adr1enbe4udou1n/php-swoole:latest