hashicorp / nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
https://www.nomadproject.io/
Other
14.76k stars 1.94k forks source link

add Docker image name to "downloading image" task event #23605

Open EugenKon opened 1 month ago

EugenKon commented 1 month ago

Proposal

image It would be nice to to see which image was downloaded, eg org-name/application:v77

Use-cases

Debug information always crucial.

tgross commented 1 month ago

Presumably this information is available in the job spec, but probably can't hurt to add. This event comes from the task driver, so it'd need to be implemented there. Marking for roadmapping.