nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.27k stars 324 forks source link

PHP 8.3 official unit image #1010

Closed abramchikd closed 7 months ago

abramchikd commented 7 months ago

Hello,

PHP 8.3 has been out for a few days now. When will be published an official unit:php8.3 tag on the docker hub? Thank you

tippexs commented 7 months ago

Hi @abramchikd thanks for reaching out.

We are NOT building images outside of our own release cycle, yet. This might change in the future. Beside from that, we are relaying on the official PHP Image and PHP 8.3 is not yet available.

https://github.com/docker-library/php/issues/1466

As soon as it is available you will be able to build your own Image using our pkg/docker make process. Documentation can be found on the website.

https://unit.nginx.org/installation/#inst-lang-docker As soon as PHP8.3 is available it will look like this.

git clone https://github.com/nginx/unit

cd unit

git checkout 1.31.1  # Optional; use to choose a specific Unit version

cd pkg/docker/

make build-php8.3 VERSIONS_php=8.3
abramchikd commented 7 months ago

Thank you for your help!

zip-fa commented 6 months ago

Hi again. 8.3 is officially available for some time. When to expect unit to release it?

ac000 commented 6 months ago

As per @tippexs comment. I think you need to wait for PHP to release the 8.3 dockerfile image.

zip-fa commented 6 months ago

Here you go: https://hub.docker.com/_/php/tags?page=1&name=8.3

abramchikd commented 6 months ago

@zip-fa I managed to build unit image using instructions posted by @tippexs in the first reply. It is pretty straightforward and built an image without any issues

zip-fa commented 5 months ago

Thanks for instruction and sorry for disturbing, but is official image of unit with PHP 8.3 planned to be released?