mirror of
https://github.com/docker/cli.git
synced 2026-09-08 10:05:45 -05:00
26c37e453e8bb6679a8e68d7e9d792d95925e459
Since `cirros.tar.gz` only existed to test `docker import`'s display and presence in `docker events`, we can instead just use `docker export` piped directly to `docker import` to achieve the same goal without another external dependency besides `busybox` (which we already have). While I was at it, I updated `TestImportDisplay` to also test that the imported image actually runs successfully as well (so we're testing the full import round-trip). Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com> Upstream-commit: c7bec92891180ccffd1536839ba3bcc85d9c96a4 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%