Skip to content

Docker Executor: "Preparation failed: no such image" is no longer mysterious

What does this MR do? & Why was this MR needed?

Previously it wasn't clear what image is missing. That was caused by the fact the code didn't print service name and version before raising error. Now it's clear.

Are there points in the code the reviewer needs to double check?

No.

Does this MR meet the acceptance criteria?

I guess these all are N/A due to simplicity of this contribution.

  • [N/A] Documentation created/updated
  • Tests
    • [N/A] Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Fixes #2028 (closed). CC @tmaczukin.

Merge request reports