mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
The builder `Named` callback was not called with the containerd image store integration enabled and BuildKit due to wrong imageexporter output key being used. We have a test `TestBuildEmitsEvents` that should have detected the bug, but it wasn't actually working because the CLI version used in the `integration-cli` didn't support BuildKit yet. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>