mirror of
https://github.com/moby/moby.git
synced 2026-08-04 15:11:00 +00:00
api: remove deprecated NoBaseImageSpecifier
It was deprecated in 7b9bd987bf, but
won't be carried in the API module.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
6
vendor/github.com/moby/moby/api/common.go
generated
vendored
6
vendor/github.com/moby/moby/api/common.go
generated
vendored
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user