Update archive package to support overlay whiteouts
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
60dbea6c25
commit
9bb13f8f51
5 changed files with 200 additions and 78 deletions
7
archive/archive_other.go
Normal file
7
archive/archive_other.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
// +build !linux
|
||||
|
||||
package archive
|
||||
|
||||
func getWhiteoutConverter(format WhiteoutFormat) tarWhiteoutConverter {
|
||||
return nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue