graph_unix.go 245 B

12345678
  1. // +build !windows
  2. package graph
  3. // allowBaseParentImage allows images to define a custom parent that is not
  4. // transported with push/pull but already included with the installation.
  5. // Only used in Windows.
  6. const allowBaseParentImage = false