Before this commit Healthcheck run if HEALTHCHECK instruction appears before RUN instruction. By passing `withoutHealthcheck` to `copyRunConfig`, always RUN instruction run without Healthcheck. Fix: https://github.com/moby/moby/issues/37362 Signed-off-by: Yuichiro Kaneko <spiketeika@gmail.com> Upstream-commit: 44e08d8a7d1249a1956018c6c3d3655642a4f273 Component: engine