alterway / docker-php

Docker PHP
MIT License
101 stars 45 forks source link

docker pull alterway/php:5.5-apache doesn't work #3

Closed terrafrost closed 7 years ago

terrafrost commented 7 years ago

https://github.com/alterway/docker-php/blob/master/doc-php-apache.md implies that it should work but when I try docker pull alterway/php:5.5-apache I get the following:

Error response from daemon: manifest for alterway/php:5.5-apache not found

docker pull alterway/php:5.6-apache works as does 7.0 and 7.1 but not 5.5. If it's not going to be officially supported it should be removed the Version available section of doc-php-apache.md and from README.md.

awdockerhub commented 7 years ago

Hello, Thanks for your feedback. Versions 5.5 and 5.4 are now available on the docker hub

(Please see https://hub.docker.com/r/alterway/php/builds/ for builds status)

Nicolas.B