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
content store wrapped containerd Content Store. But unfortunately, if we use the provider. contentStore() method to obtain the store, it will call db. contentStore(), which is another layer of wrap on the containerd content Store.
Then the methods like Info(), Update() we called is not the the methods we wrapped in content store.