Find clobbered files in a refactored Dockerfile with Dive

4 months ago
2

When refactoring a Dockerfile I wanted to check if anything might be clobbered from rearranging COPY instructions. The dive command made it simple to just build and check the layer diff to know nothing was clobbered.

Loading comments...