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

PHP 8.1 image #420

Closed shyim closed 2 years ago

shyim commented 2 years ago

There is currently no PHP 8.1 image

htuscher commented 2 years ago

Well there's no PHP 8.1 ;-)

shyim commented 2 years ago

Would be nice to have one 😅 . So we can test Shopware in our CI :)

htuscher commented 2 years ago

OK, I'll prepare one this week

shyim commented 2 years ago

any news?

htuscher commented 2 years ago

There's still no official php:8.1-fpm image

Ozerich commented 2 years ago

The official php:8.1-fpm image has already appeared https://hub.docker.com/layers/php/library/php/8.1.0-fpm/images/sha256-61812c4489ab538dcd8771dac5a8a82ddb3a927c95072a57c1623ed154613a7f?context=explore

@hhoechtl make pls php8.1 image

Thank you

htuscher commented 2 years ago

The first images have been pushed: image

Unfortunately xmlrpc and tokenizer are not yet available/working. I'll have to adapt the tests accordingly. But you can already use the images.

FedericoBiccheddu commented 2 years ago

@hhoechtl thank you so much for your work and promptly image push 🙏

coding46 commented 2 years ago

Unfortunately xmlrpc and tokenizer are not yet available/working. I'll have to adapt the tests accordingly. But you can already use the images.

tokenizer ist already built-in. No need to add it here. :) https://github.com/docker-library/php/issues/1231#issuecomment-982762459

shyim commented 2 years ago

Can you add the image to your CI so its regulary updated? I guess I have a problem with 8.1.0 vs 8.1.1

htuscher commented 2 years ago

It's added but building 8.1 in CI throws a SIGSEGV which I'm not able to reproduce and therefore to solve. I'm building them locally atm.

vebe commented 2 years ago

Is the 8.1 image officially ready to use? I'm asking as it's missing in the documentation: https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx.html#docker-image-tags

htuscher commented 2 years ago

Yes it is. You know ... documentation comes last

wouter-toppy commented 2 years ago

is there any update on this?

still no 8.1 image without nginx https://github.com/webdevops/Dockerfile/tree/master/docker/php-official

htuscher commented 2 years ago

I'm working on a new CI process for quite a while. The current version is here: https://gitlab.com/webdevops/Dockerfile/-/tree/php-ci/docker/php-nginx

RogerSik commented 2 years ago

An 8.1 image exists now but since 22 days there where no rebuild on docker hub.

Example

8.0 is uptodate. Is there a build problem with 8.1 images?

htuscher commented 2 years ago

@RogerSik thanks for notifying, I've fixed an issue with the gitlab runners.