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
I found there is no delete command on the webassemblyhub.io website,so I don't want to change tags to generate a bunch of junk. Then I always use the same tag to push image to the webassemblyhub.io, this ok, it can overwrite the old image.
But when I deploy it, I found wasme use the old cache by ref key. And wasme not update the cache.
good question - we are updating the caching mechanism and will see how to best address cache updates; the problem is that you do want to cache the tags in most cases, so we will have to think on how best to accomplish this
I found there is no delete command on the webassemblyhub.io website,so I don't want to change tags to generate a bunch of junk. Then I always use the same tag to push image to the webassemblyhub.io, this ok, it can overwrite the old image.
But when I deploy it, I found wasme use the old cache by ref key. And wasme not update the cache.
here
try to clear cache, but it doesn't success
so I must delete the
configmap
andwasme-cache
pod to update cache.This is unreasonable, because you can't stop the user from updating the image with same tag.
How to solve this?
The text was updated successfully, but these errors were encountered: