image ref parsing broken – Gardener/Component-Cli

What happened:
Running component-cli oci pull busybox:latest results in the following error: unable to get manifest for "busybox:latest": parse "dummy://busybox:latest": invalid port ":latest" after host

–> The ref parsing cannot handle images from Docker Hub that are specified without a hostname

What you expected to happen:
Command should have run through successfully

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know:

Environment:

Read more here: Source link