Devilbox: Please update PHP 8.0 docker image to RC.3

Created on 2 Nov 2020  路  7Comments  路  Source: cytopia/devilbox

This is a kind request for refreshing the image of PHP 8.0 to use RC.3, same as the apt manager.

Thank you for this and for your great work!

feature

Most helpful comment

Please update PHP 8.0 docker image to RC.4

I've set the CI to auto-update (just now) PHP 8.0 nightly to the latest commit in PHP-8.0 branch. So you just need to docker pull once it has build:

Triggered the first pipeline manually as I forgot to add the nightly build before.

All 7 comments

Will be using the PHP-8.0 branch (it will most likely always be ahead the releases until final 8.0 release): https://github.com/devilbox/docker-php-fpm-8.0/pull/10

@cytopia thanks a lot! To be honest though, I'm not seeing a difference locally. First I ran ./update-docker.sh and then I deleted my local containers & images and re-built them but I'm still getting the same build from 8.0.0-dev from Oct 8.

By the way, I think around the same time with your changes, the PHP-8.0 branch was merged into master of php-src.

I would appreciate some info in case I'm doing something wrong so I close this Issue.

i've used this approach from https://devilbox.readthedocs.io/en/latest/maintenance/update-the-devilbox.html

to update all images, but only for the versions that are actually set in .env.

host> docker-compose pull

and now i have

image

@cytopia thanks a lot! To be honest though, I'm not seeing a difference locally.

You won't at the moment. So all good on your side.

The changes will have to go through the following repositories in order to bevailable:

So I'm currently working on step 2. Unfortunately all images have issues again due to some changes with nodejs.
So it might take 1-2 days more for it to be fixed.

Please update PHP 8.0 docker image to RC.4

Please update PHP 8.0 docker image to RC.4

I've set the CI to auto-update (just now) PHP 8.0 nightly to the latest commit in PHP-8.0 branch. So you just need to docker pull once it has build:

Triggered the first pipeline manually as I forgot to add the nightly build before.

Was this page helpful?
0 / 5 - 0 ratings