github.com/sijibomii/docker@v0.0.0-20231230191044-5cf6ca554647/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 }