shifter icon indicating copy to clipboard operation
shifter copied to clipboard

Images built on top of imported images can have issues

Open scanon opened this issue 6 years ago • 0 comments

If an image is imported doing something like this..

tar -c . |docker import - scanon/importbase

the paths will look like ./a/b/c in the individual tar layers

where as images add during a build will

a/b/c

This can break the logic for masking out directories from above layers.

scanon avatar Feb 14 '19 16:02 scanon