Go to file
2023-12-16 22:15:30 +01:00
dotnet-qa.dockerfile cleanup 2023-12-01 21:54:26 +01:00
php-apache-83.dockerfile up mem 2023-12-16 22:15:30 +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