mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
Exceptions for the windows base layer handling.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
9 lines
243 B
Go
9 lines
243 B
Go
// +build windows
|
|
|
|
package graph
|
|
|
|
// allowBaseParentImage allows images to define a custom parent that is not
|
|
// transported with push/pull but already included with the installation.
|
|
// Only used in Windows.
|
|
const allowBaseParentImage = true
|