mtree

package
v1.0.0-rc14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL