mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This PR fix the DockerSuite.TestBuildHistory test in #19425. It changes the base image from busybox into 'minimalBaseImage()' and changes the RUN in Dockerfile into LABEL, which greatly reduces the executation time. Since the test (DockerSuite.TestBuildHistory) is really about testing docker history, not about RUN in Dockerfile, the purpose of the test is not altered. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: d609de989f98760e9fca94438184b815fb905681 Component: engine