Skip to content

Docker Official Image tags still on 2.10.2 after the 2.10.3 release #458

Description

@savinmikhail

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:

Tags: 2.2.29, 2.2

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions