github.com/sams1990/dockerrepo@v17.12.1-ce-rc2+incompatible/api/common.go (about)

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