github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/api/common.go (about)

     1  package api // import "github.com/docker/docker/api"
     2  
     3  // Common constants for daemon and client.
     4  const (
     5  	// DefaultVersion of Current REST API
     6  	DefaultVersion = "1.41"
     7  
     8  	// NoBaseImageSpecifier is the symbol used by the FROM
     9  	// command to specify that no base image is to be used.
    10  	NoBaseImageSpecifier = "scratch"
    11  )