github.com/akerouanton/docker@v1.11.0-rc3/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  }