-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Made it possible to override entrypoint
#711
Conversation
@orlangure I have tested it locally for side-effects, and it seems to work just fine. |
Hi @brurucy and thank you so much for your contribution! I like the idea, but unfortunately I have a very busy schedule this week, so I will be able to take a closer look, merge the PR and prepare a new release a little bit later. I really hope to do that until the end of this week. Thank you! |
Codecov ReportBase: 85.80% // Head: 85.91% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #711 +/- ##
==========================================
+ Coverage 85.80% 85.91% +0.11%
==========================================
Files 49 49
Lines 2310 2315 +5
==========================================
+ Hits 1982 1989 +7
+ Misses 170 169 -1
+ Partials 158 157 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Fantastic, thank you!
Quite often you have an image, and you want to change the ENTRYPOINT.
This is a very tiny change, all that I did was to create a new option.