Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 515 Bytes

Base image with PHP & Nginx

  • PHP7 - v1
  • PHP8 - v2

docker buildx is require to build multiple archs

docker buildx build --platform linux/amd64,linux/arm/v7 --no-cache --push -t th0rn0/php-nginx-base:latest .

Notes

To allow for ArmV7 build you must run the commands below:

docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3 docker run --privileged linuxkit/binfmt:v0.7 export DOCKER_CLI_EXPERIMENTAL=enabled systemctl restart systemd-binfmt