-
Notifications
You must be signed in to change notification settings - Fork 41
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
Ability to use dunner with docker images whose entrypoint is defined #175
Comments
Solutions discussed:Solution 1: Combine all user commands and pass it as default command(instead of current
Solution 2: Find the entrypoint and override it with Will research more on how this can be fixed and post update. |
Resetting entrypoint seems to fix this issue. PR: #176 |
What if the entry point is something like
|
Right, no default command/args will be set. User will have to use it in shell mode and not as an executable. @agentmilindu |
Is some cases, users really don't know what is the entry point is. I strongly suggests against users having to define the entry point in commands. WDYT @PratikDhanave @tdevinda @charithccmc @tharindupr @rehrumesh? |
For Docker images whose entrypoint is defined and are run as an executable, Dunner fails to execute commands defined in it.
Example: Goreleaser's docker file.
Dunner task file:
Running this command with dunner fails with error as:
The text was updated successfully, but these errors were encountered: