github.com/rish1988/moby@v25.0.2+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.45" 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 )