thecodingmachine / docker-images-php

A set of PHP Docker images
MIT License
768 stars 137 forks source link

No rebuild with Composer 2.6.2? #369

Closed mbrodala closed 9 months ago

mbrodala commented 9 months ago

Expected Behavior

The latest images should run Composer 2.6.2.

Current Behavior

The latest images run Composer 2.6.1.

Possible Solution

Rebuild and retag all images

Steps to Reproduce (for bugs)

  1. Run docker pull thecodingmachine/php:7.4-v4-cli (or any other supported PHP version)
  2. Run docker run --rm -it thecodingmachine/php:7.4-v4-cli composer --version

Context

Current checksums/IDs:

mistraloz commented 9 months ago

Hello.

Your hotfix seems good.

We have an issue related to a change in node release (for node variants) and a fix PR is in progress #370. It's not directly linked but the weekly pipeline failed because of it. After the fix, all shoud works again.

mistraloz commented 9 months ago

After the merge all seem good ~ $ docker run --rm -it thecodingmachine/php:7.4-v4-cli composer --version Composer version 2.6.2 2023-09-03 14:09:15

mbrodala commented 9 months ago

Confirmed:

$ docker run --rm -it thecodingmachine/php:7.4-v4-cli composer --version
Composer version 2.6.3 2023-09-15 09:38:21

Thanks a lot!