Skip to content

azul-zulu Official Image not synced to AWS Public ECR #21700

Description

@abcfy2

Summary

The azul-zulu image is part of the Official Images program, but it does not appear to be synced to the AWS Public ECR mirror (public.ecr.aws/docker/library/). Other Official Java images such as eclipse-temurin and openjdk are present there.

Reproduction

azul-zulu — repository does not exist on Public ECR:

$ podman pull public.ecr.aws/docker/library/azul-zulu:8-jre-headless-alpine
...
Error: ... name unknown: The repository with name 'library/azul-zulu' does not
exist in the registry with id 'docker'

For comparison, a peer Official Image works fine:

$ podman pull public.ecr.aws/docker/library/eclipse-temurin:8-jre
... (succeeds)

Tag listing via the Public ECR API (with an anonymous token) confirms:

  • docker/library/eclipse-temurin200
  • docker/library/openjdk200
  • docker/library/azul-zulu404

Impact

Users pulling from public.ecr.aws (common in regions where Docker Hub is slow or rate-limited) cannot use azul-zulu at all and must fall back to Docker Hub, unlike the other Official Images which are mirrored.

Request

Could azul-zulu be added to the Public ECR sync set? Related prior issue: #13152.

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