An open API service indexing awesome lists of open source software.

https://github.com/openmage/docker-php


https://github.com/openmage/docker-php

Last synced: 3 months ago
JSON representation

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 .