github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/api/common.go (about) 1 package api // import "github.com/demonoid81/moby/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 )