renovate[bot] 288d14eb1c chore(deps)!: update docker/login-action action (v3 → v4) (#23)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-08 14:34:08 +02:00
2025-04-06 16:35:35 +03:00
2022-03-04 10:02:41 +02:00
2025-04-06 16:35:35 +03:00

docker-php-with-imagick

PHP 8.1 with imagick for specific purposes

Building locally

Setup docker buildx (run once)

docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --use

Build the image

docker buildx build --platform linux/amd64,linux/arm64 .

Example builds for both amd64 and arm64

Description
No description provided
Readme MIT 299 KiB
Languages
Dockerfile 100%