mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #50574 from thaJeztah/remove_NoBaseImageSpecifier
api: remove deprecated NoBaseImageSpecifier
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