In some specific cases the command can perform too long. For example: when we try to get Index Didgest from a IIB image. For instance: invokation command like skopeo inspect docker://registry-proxy.engineering.redhat.com/rh-osbs/iib:77245 --debug can take about 20-30 minutes.
Screencast:
As alternative solution we can pull the image locally and get the Didgest with jg. It can decrease a gettin the image didgest. This PR add new target to the Makefile
What does this PR do?
In some specific cases the command can perform too long. For example: when we try to get Index Didgest from a IIB image. For instance: invokation command like
skopeo inspect docker://registry-proxy.engineering.redhat.com/rh-osbs/iib:77245 --debug
can take about 20-30 minutes. Screencast:As alternative solution we can pull the image locally and get the Didgest with jg. It can decrease a gettin the image didgest. This PR add new target to the Makefile
Is it tested? How?
Has been checked on local crc instance