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
Reference Issues
No response
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:It would be nice to have the image replication in Greenhouse default the
librarywhen mirroring the imageAcceptance Criteria
libraryis set automatically for docker images from that repository that are mirroredReference Issues
No response