mirror of
https://github.com/docker/cli.git
synced 2026-08-30 18:14:19 -05:00
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