chialab/docker-php

All tags are serving PHP 8.0.11

Closed this issue · 5 comments

hexus commented

It looks like a recent change to this project - using build args for base image selections - has caused all images to use the latest base PHP image.

A few local tests:

docker run -it chialab/php:5.6 php --version

PHP 8.0.11 (cli) (built: Oct 14 2021 21:21:21) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.11, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.11, Copyright (c), by Zend Technologies

docker run -it chialab/php:7.4 php --version

PHP 8.0.11 (cli) (built: Oct 14 2021 21:21:21) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.11, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.11, Copyright (c), by Zend Technologies
le0m commented

It's a feature! 😅
Sorry, we just found out and are working to fix this

Sorry @hexus , my bad. 😞 We're working on this!

I had forgotten to set the build-args argument in the second build… tests ran on correct images, but the second build (multi-arch) built always the latest image.

Should be fixed in 346723f, pipeline is running and correct images should be made available shortly. Sorry for the inconvenience!

hexus commented

No worries at all, thanks for the crazy-swift response and fix! 🍻

I'll close the issue once I can confirm the tags are working as expected. Cheers.

hexus commented

All good now, thanks again! 🎉