-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add cwd argument for hooks exec Run func (API break-free version) #1521
Add cwd argument for hooks exec Run func (API break-free version) #1521
Conversation
/approve |
Awesome, thanks for reviewing and the approval. I guess once this PR is merged and a new release is made, I can then update my PRs for podman and buildah to use the new API then. |
@vrothberg @Luap99 @giuseppe @containers/podman-maintainers PTAL |
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!
Just one naming nit.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fangpenlin, rhatdan, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Fang-Pen Lin <[email protected]>
4aa9558
to
11c8816
Compare
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.
LGTM, thank you
@Luap99 PTAL
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.
/lgtm
For fixing the wrong cwd bug in podman:
containers/podman#18907
Basically this is the same as #1514, but instead of changing the signature of function, we create a new one with options struct and mark the old one as deprecated