Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containerd integration: Building image with Buildkit doesn't emit image tag event #47978

Open
vvoland opened this issue Jun 13, 2024 · 0 comments · May be fixed by #48078
Open

containerd integration: Building image with Buildkit doesn't emit image tag event #47978

vvoland opened this issue Jun 13, 2024 · 0 comments · May be fixed by #48078
Labels
area/builder/buildkit Issues affecting buildkit area/builder containerd-integration Issues and PRs related to containerd integration kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.

Comments

@vvoland
Copy link
Contributor

vvoland commented Jun 13, 2024

Description

Building a tagged image with buildkit doesn't emit the event with tag action when using containerd integration.
#45404 only fixed it for the graphdrivers.

Reproduce

docker events
printf 'FROM alpine\nRUN apk add fish' | docker build -t asdf -

Expected behavior

Event should be emitted

@vvoland vvoland added area/builder kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed. area/builder/buildkit Issues affecting buildkit containerd-integration Issues and PRs related to containerd integration labels Jun 13, 2024
@vvoland vvoland changed the title containerd integration: Building image with Buildkit doesn't emit image tagged event containerd integration: Building image with Buildkit doesn't emit image tag event Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/builder/buildkit Issues affecting buildkit area/builder containerd-integration Issues and PRs related to containerd integration kind/bug Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant