-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
correct go-binding key for volumes #7222
Conversation
LGTM |
Sorry to ruin your 1-liner, but would you mind removing podman/test/system/160-volumes.bats Line 145 in d4cf3c5
|
Once @edsantiago's comment is addressed |
the go binding for remove container was using 'vols' for a key to remove volumes associated to the container. the correct key should be "v" and is documented as such. Fixes: containers#7128 Signed-off-by: Brent Baude <[email protected]>
fixed up |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude 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 |
/lgtm |
Another unixpacket flake:
Filed #7228. Am restarting the test. |
LGTM |
the go binding for remove container was using 'vols' for a key to remove volumes associated to the container. the correct key should be "v" and is documented as such.
Fixes: #7128
Signed-off-by: Brent Baude [email protected]