mirror of
https://github.com/docker/cli.git
synced 2026-09-11 18:14:42 -05:00
b4dc28ba4699b78373e48395bf51bba02010e5f0
Right now setupBaseImage() uses deleteDevice() to delete uninitialized base image while rest of the code uses DeleteDevice(). Change it and use a common function everywhere for the sake of uniformity. I can't see what harm can be done by doing little extra locking done by DeleteDevice(). Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Upstream-commit: 359a38b26a164f430c79fe542babb77c6e48dcc3 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%