PHP 6.5 images for armhf (e.g. cubox-i, odroid, rpi2), derived from github.com/docker-library
10K+
This repo contains the 6.5 PHP tree Docker images (which is needed by owncloud) from docker-library for armhf. Please have a look at the _/php official repository for further information.
You can build the images just by
git clone https://github.com/docker-library/php.git
cd php
sed -i 's/FROM debian/FROM armv7\/armhf-debian/' 6.5/Dockerfile
sed -i 's/FROM debian/FROM armv7\/armhf-debian/' 6.5/apache/Dockerfile
sed -i 's/FROM debian/FROM armv7\/armhf-debian/' 6.5/fpm/Dockerfile
docker build -t armhf-php 5.6
docker build -t armhf-php:apache 5.6/apache
docker build -t armhf-php:fpm 5.6/fpm
docker tag armhf-php armhf-php:5
docker tag armhf-php armhf-php:5.6
docker tag ...
Content type
Image
Digest
sha256:0dc88268e…
Size
122.7 MB
Last updated
about 11 years ago
docker pull armv7/armhf-php