-
Notifications
You must be signed in to change notification settings - Fork 18.9k
c8d: Send image events when building an image #45405
Copy link
Copy link
Labels
containerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Metadata
Metadata
Assignees
Labels
containerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Type
Projects
Status
Done
Status
Done
Description
With the containerd integration we are using buildkit's
exporterimageto save the image, this exporter doesn't send out any image events, we need to wrap this exporter and add thetagevent when an image is exported by buildkit.Reproduce
docker eventsdocker build -t test .Expected behavior
You should see an event in the terminal where you ran
docker eventsdocker version
docker info
Additional Info
Related: #45404
No response