Given a Dockerfile as an input, is it possible to know what will be the image hash without actually building?
I have a CI setup with ephemeral nodes and would like to fetch an image from a cloud storage instead of building if available. Essentially having a shared cache among many CI agents