https://github.com/openmage/docker-php
https://github.com/openmage/docker-php
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmage/docker-php
- Owner: OpenMage
- Created: 2019-10-26T14:54:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T18:19:17.000Z (about 1 year ago)
- Last Synced: 2025-04-22T02:25:19.462Z (about 1 year ago)
- Language: Dockerfile
- Size: 236 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 .