Skip to content

[FEAT] - Image replication for docker library/* images #2078

@IvoGoman

Description

@IvoGoman

Priority

(Low) Something is a little off

User Story

No response

Description

When referring to an image on docker.io that is part of library/ it is not necessary to specify the repository:

docker pull docker.io/busybox:latest
latest: Pulling from library/busybox
Digest: sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
Status: Image is up to date for busybox:latest
docker.io/library/busybox:latest
docker pull busybox:latest
latest: Pulling from library/busybox
025fe1949698: Pull complete
Digest: sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
Status: Downloaded newer image for busybox:latest
docker.io/library/busybox:latest

It would be nice to have the image replication in Greenhouse default the library when mirroring the image

Acceptance Criteria

  • library is set automatically for docker images from that repository that are mirrored

Reference Issues

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions