You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entrypoint can be set explicitly with dockerEntrypoint, but there is no way to unset the ENTRYPOINT so that it inherits from the base image. Similarly, CMD is always set to 'CMD []', and should (optionally) inherit from the base image
The text was updated successfully, but these errors were encountered:
I summarized the current tickets in #453 At this point we should start refactoring and
make a decision for the future implementation strategy (at least for the 1.0.0 release)
The entrypoint can be set explicitly with dockerEntrypoint, but there is no way to unset the ENTRYPOINT so that it inherits from the base image. Similarly, CMD is always set to 'CMD []', and should (optionally) inherit from the base image
The text was updated successfully, but these errors were encountered: