github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/distribution/pull_v2_unix.go (about) 1 // +build !windows 2 3 package distribution 4 5 import ( 6 "github.com/docker/distribution/manifest/schema1" 7 "github.com/docker/docker/image" 8 ) 9 10 func detectBaseLayer(is image.Store, m *schema1.Manifest, rootFS *image.RootFS) error { 11 return nil 12 }