You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing an image can require multipel calls to an OCI registry, especially if there are many pages worth of tags to retrieve. Currently, each such request results in one uncached request to get a token for the OCI registry. We should try to cache these in memory to reduce the number of requests made to registries.
The text was updated successfully, but these errors were encountered:
Processing an image can require multipel calls to an OCI registry, especially if there are many pages worth of tags to retrieve. Currently, each such request results in one uncached request to get a token for the OCI registry. We should try to cache these in memory to reduce the number of requests made to registries.
The text was updated successfully, but these errors were encountered: