Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Stacker does a mkdir /stacker for bind mounting in imports and such. // Unfortunately, this causes the mtime on the directory to be changed, // and go-mtree picks that upas a diff and always generates it. Let's // mask this out. This of course prevents stuff like `chmod 0444 /` or // similar, but that's not a very common use case. LayerGenerationIgnoreRoot mtreefilter.FilterFunc = func(path string) bool { return path != "." } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.