webdevops / Dockerfile

:package: Dockerfiles from WebDevOps for PHP, Apache and Nginx
https://webdevops.io/projects/dockerfiles/
MIT License
1.66k stars 492 forks source link

webdevops/php-nginx-dev:7.3 manifest not found #279

Closed ckrack closed 5 years ago

ckrack commented 5 years ago
$ docker pull webdevops/php-nginx-dev:7.3
Error response from daemon: manifest for webdevops/php-nginx-dev:7.3 not found

It works with both webdevops/php-nginx-dev:7.2 and webdevops/php-nginx:7.3

htuscher commented 5 years ago

Der are currently no images for 7.3-dev because there's no xdebug version for 7.3.

ckrack commented 5 years ago

Ah, too bad. I also saw the commit that indicates this here. The 7.3 tag ist still mentioned on the hub docs though: https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx-dev.html

htuscher commented 5 years ago

Yeah, copy paste preparation work 😅 . I'm sure 7.3 will soon be fully released with all packages

marcusirgens commented 5 years ago

@hhoechtl Any progress on this? Xdebug 2.7.0beta1 seems to be php 7.3 compatible.

htuscher commented 5 years ago

Last time I looked, they hadn't pushed php:7.3-fpm which we need as base. But the build pipeline is broken currently and I don't have time to investigate before christmas

htuscher commented 5 years ago

We now have working builds for:

The -dev images currently don't have blackfire as it's not yet available for 7.3 but everything else is working.