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 cmd attribute of an task is currently annotated as required. When running a docker container with default command it isn't necessary to set a cmd here.
The text was updated successfully, but these errors were encountered:
A adhoc bugfix is to remove the "not empty" annotation from the Task definition. This change has only a small effect on the external API. Better, but then with much more API incompatibility, is to go back to the previous Task definition:
add an extra cmd attr for the container (which is optional)
choice between cmd and container (one of both is mandatory)
Sorry for the issue and thanks for the fix. Maybe we should schedule the fix that brings API incompatibility for beta.2.release. @jkrue if you agree please update the label.
The cmd attribute of an task is currently annotated as required. When running a docker container with default command it isn't necessary to set a cmd here.
The text was updated successfully, but these errors were encountered: