-
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
quadlet/systemd Entrypoint option #20585
Comments
Interested in opening a PR to add |
I'm converting a lot of manually generated systemd units to quadlets config. I think I can cook something this week for this. |
You got it. |
This PR closes containers#20585 Add Inital support for Entrypoint on quadlets Add Bats Tests for Entrypoint Updates the documentation with one example to use the Entrypoint option Signed-off-by: Odilon Sousa <[email protected]>
Do we have any idea when will this land in a stable release? I just upgraded to 4.9.0 and it's not there |
@ccakes AFAICT 4.9.0 was based on the 4.8.x branch and as a result did not receive any feature updated. So, this feature will be part of the 5 release. |
Thanks so much for the answer! 🙏 |
Feature request description
TL;DR: quadlet allows to set
--entrypoint
only withPodmanArgs
.I migrate a podman-generate-systemd setup to podman-systemd.unit where one image has multiple entrypoint scripts hence the useage of
--entrypoint
for one container.Suggest potential solution
Entrypoint=/foo.sh
--entrypoint=/foo.sh
Have you considered any alternatives?
Stick to
PodmanArgs=--entrypoint=/foo.sh
Additional context
No response
The text was updated successfully, but these errors were encountered: