DMakes directly calls the docker registry to get the current digest associated with a docker image+tag, assuming it's on the docker hub registry. We should support alternative registries for `root_image`. ## TODO - stop hardcoding the registry url: extract it from the image:tag string somehow - stop assuming there is only one `/` and only one `:` in the image:tag string in https://github.com/Deepomatic/dmake/blob/1bfcf3874a4e6b95aa78d42e482790e559a9d8f7/dmake/docker_registry.py#L59 : see https://github.com/moby/moby/blob/master/image/spec/v1.2.md and https://docs.docker.com/registry/spec/api/#overview