HomeMesosphereNo notifications. 4 unresolved issues.

Fix issues with Entrypoint/Cmd in Docker images.
ClosedAll Users

Authored by nfnt on Dec 6 2016, 11:28 AM.

Details

Summary

Currently, trying to run Docker images that provide commands as part of their
Dockerfile instead of providing a command as part of the pod definition will
result in an error, because the 'CommandInfo' is inconsistent.

Test Plan

sbt integration:test

Diff Detail

Repository
rMARATHON marathon
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nfnt retitled this revision from to Fix issues with Entrypoint/Cmd in Docker images..Dec 6 2016, 11:28 AM
nfnt updated this object.
nfnt edited the test plan for this revision. (Show Details)
nfnt updated this revision to Diff 1089.Dec 6 2016, 11:30 AM
  • Merge branch 'master' into nfnt/support-dockerfile-cmd
nfnt updated this revision to Diff 1090.Dec 6 2016, 11:32 AM
  • Use 'hello-world' instead of 'hello' as Docker image.
nfnt updated this revision to Diff 1093.Dec 6 2016, 12:23 PM
  • Set 'shell' to false by default.
nfnt updated this revision to Diff 1094.Dec 6 2016, 12:28 PM
  • s/when/if/
This revision is now accepted and ready to land.Dec 6 2016, 2:04 PM
nfnt updated this revision to Diff 1100.Dec 6 2016, 2:14 PM
  • Merge branch 'master' into nfnt/support-dockerfile-cmd
jdef accepted this revision.Dec 6 2016, 3:41 PM
jdef added a reviewer: jdef.
This revision was automatically updated to reflect the committed changes.