Replicated Docker Registry is not working

Hi we tried to push an image to the registry, the url is registry.replicated.com/einblick/verbier:latest, the push succeeded but we still got the old image when we do pull. Any idea on how to fix this? (We are now using a different tag for the short-term workaround). Thanks!

@Zeyuan_Shang potentially this is a bug. Can you elaborate more on how you are testing this (actual commands and output would be most helpful)

Having said that, we highly advise against using unversioned images in order to avoid ambiguity in application installation.

We basically ran docker tag, docker push and then docker pull, but the pulled image was not the image we just pushed.