anyone using the docker provider `RemoteImage` a...
# general
i
anyone using the docker provider
RemoteImage
and find the repoDigest does not match?
I was using
new RemoteImage.get
but needed to use RegistryImage since RemoteImage (despite its name) requires the image to be present on the host In addition, when the image doesn't exist on the host, an error is not returned - it just returns some kind of stub with fudged data. very unhelpful