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:
Sebastiaan van Stijn
2025-07-30 15:00:15 +02:00
parent 6453f9d5f4
commit 94ac102e4b
2 changed files with 0 additions and 12 deletions

View File

@@ -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"
)

View File

@@ -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"
)