No description
  • Dockerfile 98.6%
  • PHP 1.2%
  • Shell 0.2%
Find a file
ovalek aa7e5e0575
All checks were successful
/ build (push) Successful in 29s
fix dividing base name and git ref
2025-11-04 00:42:43 +01:00
.forgejo/workflows fix dividing base name and git ref 2025-11-04 00:42:43 +01:00
checkFilesOrder.sh add checkFilesOrder.sh to confirm proper order of builds 2025-11-03 23:18:25 +01:00
compose.yml add debian slim build for 7.4 and 8.2 2025-11-03 23:15:58 +01:00
index.php update compose.yml for debug 2025-10-25 01:34:44 +02:00
php74-fpm-alpine.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php74-fpm-alpine_nginx.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php74-fpm-deb-11-bullseye.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php74-fpm-deb-11-bullseye_nginx.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php74-fpm-deb-11-bullseye_slim.Dockerfile add debian slim build for 7.4 and 8.2 2025-11-03 23:15:58 +01:00
php74-fpm-deb-11-bullseye_slim_nginx.Dockerfile add debian slim build for 7.4 and 8.2 2025-11-03 23:15:58 +01:00
php82-fpm-alpine.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php82-fpm-alpine_nginx.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php82-fpm-deb-13-trixie.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php82-fpm-deb-13-trixie_build-slim.Dockerfile fix php82-fpm-deb-13-trixie_build-slim build 2025-11-04 00:36:51 +01:00
php82-fpm-deb-13-trixie_nginx.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php82-fpm-deb-13-trixie_slim.Dockerfile add debian slim build for 7.4 and 8.2 2025-11-03 23:15:58 +01:00
php82-fpm-deb-13-trixie_slim_nginx.Dockerfile add debian slim build for 7.4 and 8.2 2025-11-03 23:15:58 +01:00
php84-fpm-alpine.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php84-fpm-alpine_nginx.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php84-fpm-deb-13-trixie.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php84-fpm-deb-13-trixie_build-slim.Dockerfile add build-slim tags for 8.2 and 8.4 with sassphp and ftp extensions, git and unzip for composer 2025-11-04 00:30:04 +01:00
php84-fpm-deb-13-trixie_nginx.Dockerfile redefine naming convention and add debian slim image for php84 to significantly reduce image size 612 -> 264MB 2025-11-03 19:20:40 +01:00
php84-fpm-deb-13-trixie_slim.Dockerfile add debian slim build for 7.4 and 8.2 2025-11-03 23:15:58 +01:00
php84-fpm-deb-13-trixie_slim_nginx.Dockerfile add debian slim build for 7.4 and 8.2 2025-11-03 23:15:58 +01:00
readme.md add build info 2025-10-24 23:43:41 +02:00

Test build using

docker compose build --no-cache

Check built image size using

docker compose images

Try to run image using

docker compose up

Build image for docker so it is displayed in docker image ls.

docker build -t forgejo.dev.ovalek.cz/common/php-base:testik -f 03.php74-fpm-deb-11-bullseye.Dockerfile . --load