galaxy
galaxy copied to clipboard
galaxy image ID out of sync
Image ID can get out of sync, with the error:
ERROR: Pulled image for registry.wovops.net/royal-jelly:latest does not match expected ID. Expected: d219c4901a33: Got: eba640637891
Doesn't seem to resolve itself
I think this is a race condition triggered when the tag changes mid-deploy.
yeah, I think last time I saw this, it was 2 builders going in parallel, one won the race to galaxy, and the other won the docker push. I'll just have to step through the deploy process to see what we can do.