redhat-developer / web-terminal-operator

OpenShift Console Web Terminal
MIT License
41 stars 15 forks source link

Add an ability to configure digest evaluation method #79

Closed musienko-maxim closed 3 years ago

musienko-maxim commented 3 years ago

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:

screencast-nimbus-capture-2021 05 26-18_26_32

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

sleshchenko commented 3 years ago

@JPinkney @amisevsk please review after the latest changes.