-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 configuration for podmansh #22683
Conversation
Ephemeral COPR build failed. @containers/packit-build please check. |
You have build failures. Possibly needs a new containers/common vendor? |
Yes, this is together with containers/common#1993. |
7c7916f
to
9039d69
Compare
containers/common#1993 is merged. Waiting for renovate to update the |
You can add second commit here that vendors c/common@main (needs to ensure the commit is before this one to ensure it builds correctly) |
Done. I've run a Please help me verify if this is correct. |
Yes this is correct and normal. The commit is missing theSigned-off-by line though. |
Update the containers/common dependency to the latest main with the needed changes in Podmansh. Signed-off-by: phoenix <[email protected]>
Use the configuration parameters from the newly introduced PodmanshConfig struct. This allows podmansh to be configured via configuration files. Signed-off-by: phoenix <[email protected]>
Thank you.
Fixed. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grisu48, Luap99 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 |
The new c/image version is returning a slightly new error message[1] so make tests use the new one. [1] containers/image#2408 Signed-off-by: Paul Holzinger <[email protected]>
@grisu48 FYI I pushed another commit to make the e2e tests pass |
Thanks, LGTM! |
Let's get this landed. |
@mheon: once the present PR merges, I will cherry-pick it on top of v5.1 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
e53b96c
into
containers:main
@mheon: #22683 failed to apply on top of branch "v5.1":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Thank you everyone 🥳 |
Use the configuration parameters from the newly introduced
PodmanshConfig struct. This allows podmansh to be configured via
configuration files.
Configuring the shell is a feature I require for my persistent user container project I'm currently working on, see also
https://lists.podman.io/archives/list/[email protected]/thread/VCVWFK37UGW434KNE46MDK6NOE6CPHRB/
Merge together with containers/common#1993 (merged)
Does this PR introduce a user-facing change?