Is there any way to see the docker image digest fo...
# ask-community
l
Is there any way to see the docker image digest for the flow image an agent is using?
a
@Leon Kozlowski I believe you can get the image name using:
Copy code
prefect.context.image
but to get a specific image digest, I think you usually get it during image build rather than at runtime, e.g. when you build a Docker storage at registration, then the digest will be printed out.