Merge pull request #50574 from thaJeztah/remove_NoBaseImageSpecifier

api: remove deprecated NoBaseImageSpecifier
This commit is contained in:
Sebastiaan van Stijn
2025-07-30 16:41:50 +02:00
committed by GitHub
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"
)