diff --git a/api/common.go b/api/common.go index 5fc79d5556..69205c9d97 100644 --- a/api/common.go +++ b/api/common.go @@ -13,10 +13,4 @@ const ( // API requests for API versions lower than the configured version produce // an error. MinSupportedAPIVersion = "1.24" - - // NoBaseImageSpecifier is the symbol used by the FROM - // command to specify that no base image is to be used. - // - // Deprecated: this const is no longer used and will be removed in the next release. - NoBaseImageSpecifier = "scratch" ) diff --git a/vendor/github.com/moby/moby/api/common.go b/vendor/github.com/moby/moby/api/common.go index 5fc79d5556..69205c9d97 100644 --- a/vendor/github.com/moby/moby/api/common.go +++ b/vendor/github.com/moby/moby/api/common.go @@ -13,10 +13,4 @@ const ( // API requests for API versions lower than the configured version produce // an error. MinSupportedAPIVersion = "1.24" - - // NoBaseImageSpecifier is the symbol used by the FROM - // command to specify that no base image is to be used. - // - // Deprecated: this const is no longer used and will be removed in the next release. - NoBaseImageSpecifier = "scratch" )