Skip to content

webvisum/docker-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMage PHP Container

PHP Releases:

https://www.php.net/releases/

Tideways Releases:

https://tideways.com/profiler/downloads

Imagick Releases:

https://github.com/Imagick/imagick/tags

NewRelic PHP Releases:

https://github.com/newrelic/newrelic-php-agent/releases

Sample building for testing:

docker build -f src/7.4/src/Dockerfile -t docker.io/openmage/php:8.3.6 src/8.3/src/

Sample building for multi arch testing and push to docker hub:

cd src/8.3/src && docker buildx create --use && docker buildx build --progress=plain --platform linux/amd64,linux/arm64 --push -t docker.io/openmage/php:8.3.0 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%