Files
docker-cli/components/engine/integration-cli
Yong Tang 4fcf2cd7b7 Fix image's CMD after WORKDIR in Dockerfile
This fix tries to fix 29667 where image's `CMD` is modified
after `WORKDIR` in Dockerfile.

The value of `b.runConfig.Cmd` was modified in the processing
of `WORKDIR`, in order to fix 28902. However, the same
`b.runConfig.Cmd` is passed to `commit()`.

This fix restored the `b.runConfig.Cmd` before `commit()`
the image for `WORKDIR`.

A test has been added.

This fix fixes 29667.

This fix is related to 28902, 28909, 28514.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 083602384737635af9a89b75a6ca6d27f7515dc6
Component: engine
2016-12-26 20:43:29 -08:00
..
2016-12-21 20:16:19 +08:00
2016-10-29 15:03:26 +08:00
2016-12-21 20:16:19 +08:00
2016-12-21 20:16:19 +08:00
2016-09-07 17:30:35 -04:00
2016-09-02 19:07:54 -07:00