Skip to content

Base PHP + Apache Docker image to support the Big Give's PHP apps

Notifications You must be signed in to change notification settings

thebiggive/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php

A base PHP + Apache Docker image to support most of Big Give's PHP + Slim apps, including:

Currently using PHP 8.3 everywhere.

Manually build

For local testing:

docker build -t thebiggive/php:local -f ./php8.3/Dockerfile .

Dev build:

docker build -t thebiggive/php:dev-local -f ./php8.3/dev/Dockerfile .

When we last checked in April 2022, phpdbg wasn't bundled and Debian stable repos didn't seem to have a straightforward way to get it. So we maintain and publish dev-8.3 etc. tags with Xdebug enabled, for e.g. CI test coverage. This means we can use the normal 8.3 tag for Production without incurring significant extra overhead.

Because we extend the dev tag from the non-Xdebug one, the latter must build successfully at least once first.

Publish

About

Base PHP + Apache Docker image to support the Big Give's PHP apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •