-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[Artifacts] Podman artifacts should support emitting events #27324
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nimdrak The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
pkg/domain/infra/abi/artifact.go
Outdated
} | ||
return nil, err | ||
} | ||
ir.Libpod.NewArtifactEvent(events.Remove, "", namesOrDigest, nil) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should probably go in libartifact in containers/container-libs - pass it in when creating a new instance of an artifact store (at https://github.com/containers/container-libs/blob/main/common/pkg/libartifact/store/store.go#L50) and go from there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much! It looks much better.
How about this one? 83b6234.
…g.go Signed-off-by: ByoungUk Lee <[email protected]>
…ents.go Signed-off-by: ByoungUk Lee <[email protected]>
…urnal_linux.go Signed-off-by: ByoungUk Lee <[email protected]>
…gfile.go Signed-off-by: ByoungUk Lee <[email protected]>
Signed-off-by: ByoungUk Lee <[email protected]>
Signed-off-by: ByoungUk Lee <[email protected]>
Signed-off-by: ByoungUk Lee <[email protected]>
…n NewArtifactStore Signed-off-by: ByoungUk Lee <[email protected]>
Does this PR introduce a user-facing change?
Fixed #27260
e.g.