Skip to content

Commit 263a217

Browse files
authored
Merge pull request moby#50574 from thaJeztah/remove_NoBaseImageSpecifier
api: remove deprecated NoBaseImageSpecifier
2 parents 6453f9d + 94ac102 commit 263a217

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

api/common.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@ const (
1313
// API requests for API versions lower than the configured version produce
1414
// an error.
1515
MinSupportedAPIVersion = "1.24"
16-
17-
// NoBaseImageSpecifier is the symbol used by the FROM
18-
// command to specify that no base image is to be used.
19-
//
20-
// Deprecated: this const is no longer used and will be removed in the next release.
21-
NoBaseImageSpecifier = "scratch"
2216
)

vendor/github.com/moby/moby/api/common.go

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)