Description
Composer 2.10.3 was released on 2026-08-27, and the release tracking issue #454 has already been completed. The Composer-maintained images are available, including composer/composer:2.10.3 and composer/composer:2.10.3-bin.
The Docker Official Image still appears to be on 2.10.2. I understand that the README documents a manual pull request to docker-library/official-images as the final publishing step, and that a few days of delay may be entirely normal. I could not find an open pull request for this update, so this is just a polite reminder in case that step was missed.
Current result
docker pull composer:2.10.3
returns:
manifest for composer:2.10.3 not found: manifest unknown
The current library/composer manifest still contains:
Tags: 2.10.2, 2.10, 2, latest
and:
The 2.2.30 release therefore appears to be pending in the Official Image as well.
Expected result
Once the Docker Official Images update is processed, the expected tags are:
- composer:2.10.3
- composer:2.10
- composer:2
- composer:latest
- composer:2.2.30
- composer:2.2
The Composer-maintained binary image is a usable temporary alternative:
COPY --from=composer/composer:2.10.3-bin /composer /usr/bin/composer
Is the Docker Official Images pull request still planned, or was the manual publication step missed after #453 and #454 were closed?
Description
Composer 2.10.3 was released on 2026-08-27, and the release tracking issue #454 has already been completed. The Composer-maintained images are available, including composer/composer:2.10.3 and composer/composer:2.10.3-bin.
The Docker Official Image still appears to be on 2.10.2. I understand that the README documents a manual pull request to docker-library/official-images as the final publishing step, and that a few days of delay may be entirely normal. I could not find an open pull request for this update, so this is just a polite reminder in case that step was missed.
Current result
returns:
The current library/composer manifest still contains:
and:
The 2.2.30 release therefore appears to be pending in the Official Image as well.
Expected result
Once the Docker Official Images update is processed, the expected tags are:
The Composer-maintained binary image is a usable temporary alternative:
Is the Docker Official Images pull request still planned, or was the manual publication step missed after #453 and #454 were closed?