shifter
shifter copied to clipboard
Images built on top of imported images can have issues
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.