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'm currently using the Docker image for benchbase:latest to do testing in my CI environment. I noticed that our latest test run failed on the night of 11/24/25 PST with the following logging:
[05:23:29 ]Unable to find image 'benchbase.azurecr.io/benchbase:latest' locally
[05:23:29 ]docker: Error response from daemon: manifest for benchbase.azurecr.io/benchbase:latest not found: manifest unknown: manifest tagged by "latest" is not found
I also tried manually pulling and received the same result:
ryan@MBP replicator % docker pull benchbase.azurecr.io/benchbase
Using default tag: latest
Error response from daemon: manifest for benchbase.azurecr.io/benchbase:latest not found: manifest unknown: manifest tagged by "latest" is not found
I'm wondering if you could give some insights on this matter. My understanding is this would happen if the image has been deleted, permissions changed, or the version got reassigned. Wondering if there is a working full benchbase Docker image that supports MySQL, CockroachDB, Postgres, and Oracle that I can use.