-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
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.status/0-triage
Description
Description
Building an image doesn't emit any "image tag" events
Reproduce
In one terminal run docker events
and in another run
$ cat << EOF | docker build -f- -t test /var/empty
FROM scratch
EOF
Expected behavior
We shoud see an image tag
event in the first terminal:
2023-12-06T14:35:37.810440001+01:00 image tag sha256:54ac6bb475f018dd78804ac491a2dc0e0e3331f8b6347e56b75c61fffee81011 (name=test)
docker version
master
docker info
master
Additional Info
No response
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.status/0-triage