Skip to content
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

Allow array of strings to be passed to entrypoint #215

Open
peacememories opened this issue Sep 6, 2023 · 1 comment
Open

Allow array of strings to be passed to entrypoint #215

peacememories opened this issue Sep 6, 2023 · 1 comment

Comments

@peacememories
Copy link

The docker-compose (and docker) spec allows (and even prefers, from what I can tell) users to supply the entrypoint as a list of command and arguments. It would be nice to have this ability in arion as well.

@roberth
Copy link
Member

roberth commented Sep 6, 2023

Absolutely. I would expect this to be as simple as changing a str to either str (listOf str), and change a test to use it that way. I see little use in testing the old way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants