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
fix(build): ensure imageSpec preserves CMD and ENTRYPOINT behavior for compatibility
If CMD is defined from the base image, setting ENTRYPOINT will reset CMD to an empty value. In this scenario, CMD must be defined in the current image to have a value.
https: //docs.docker.com/reference/dockerfile/#understand-how-cmd-and-entrypoint-interact
Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
0 commit comments