- Notifications
You must be signed in to change notification settings - Fork2.9k
[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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
[APPROVALNOTIFIER] This PR isNOT APPROVED This pull-request has been approved by:nimdrak The full list of commands accepted by this bot can be foundhere. 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
| } | ||
| returnnil,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 (athttps://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.
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.
Sorry, I misunderstood your review at first. But I got it now.
- I made the PR for the new constructor of artifact storefeat(libartifact): Modify NewArtifactStore signature for artifact events container-libs#418
- After this PR is merged, I'll reflect it in this PR.
…g.goSigned-off-by: ByoungUk Lee <nimdrak@gmail.com>
…ents.goSigned-off-by: ByoungUk Lee <nimdrak@gmail.com>
…urnal_linux.goSigned-off-by: ByoungUk Lee <nimdrak@gmail.com>
…gfile.goSigned-off-by: ByoungUk Lee <nimdrak@gmail.com>
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
Does this PR introduce a user-facing change?
Fixed#27260
containers/container-libs#418 should be merget at first and reflected in this PR.