-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Use entrypoint instead of cmd #707
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
Conversation
Anybody an idea why my Travis Test is failing? I did not change go code |
hi, thank you, see also #245. We should choose the one way :) |
I don't see any reason to change it to ENTRYPOINT since it's meant wrap commands setting up the environment. BTW the issue is irrelevant, |
@amenzhinsky
With my new image:
|
Validated with the new 1.19.0 release also this morning |
This is not a bug, this is a misuse. With this merged all current CI jobs that override More that that some CIs don't provide ability to override entrypoints, such as old gitlab installations. This is a question of backward compatibility and not saving one |
@amenzhinsky I agree about backward compatibility, therefore closing the issue. |
Thank you for the pull request!
Fixes #706
Please make sure you didn't directly change
README.md
: it should be changed only by changingREADME.tmpl.md
and runningmake README.md
.