Initial commit
This commit is contained in:
12
vendor/github.com/hyperhq/hypercli/distribution/pull_v2_unix.go
generated
vendored
Normal file
12
vendor/github.com/hyperhq/hypercli/distribution/pull_v2_unix.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// +build !windows
|
||||
|
||||
package distribution
|
||||
|
||||
import (
|
||||
"github.com/docker/distribution/manifest/schema1"
|
||||
"github.com/hyperhq/hypercli/image"
|
||||
)
|
||||
|
||||
func detectBaseLayer(is image.Store, m *schema1.Manifest, rootFS *image.RootFS) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user