V0.11.0 CPU Image Missing from Amazon ECR Public Gallery (vllm-cpu-release-repo)

Hi team,

After the release of v0.11.0, I noticed that the corresponding CPU image does not appear in the Amazon ECR Public Gallery (vllm-cpu-release-repo).

Could you confirm whether:

  1. The vllm-cpu-release-repo is still actively maintained for new releases, or

  2. The v0.11.0 CPU image has been moved to a different ECR repository or registry?

Reference:
CPU – vLLM → Pre-built images

Thanks in advance for the clarification!

The vllm-cpu-release-repo on Amazon ECR Public Gallery is still the official location for pre-built vLLM CPU Docker images, and it is actively maintained for new releases. However, there have been occasional gaps or delays in publishing certain release tags (such as v0.11.0) to this repository, which is a known issue and not an indication that the repository has been deprecated or moved elsewhere. There is no evidence in the official documentation or issues that the CPU images have been moved to a different ECR repository or registry; the ECR location remains the recommended source for CPU images according to the latest docs and user discussions (docs, issue, issue).

If a specific version (e.g., v0.11.0) is missing, it is likely due to a publishing delay or CI/CD flakiness, not a change in policy or location. Users are advised to check back later or build the image from source if the required tag is not yet available (docs, issue). Would you like more detail on how to build the image from source or monitor for new releases?

Sources:

Hint: Mention @RunLLM in the post for followups.