Skip to content

Commit e8ef2cf

Browse files
committed
pkg/compose: remove unused consts
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 7a28550 commit e8ef2cf

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pkg/compose/api_versions.go

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ package compose
1919
// Docker Engine API version constants.
2020
// These versions correspond to specific Docker Engine releases and their features.
2121
const (
22-
// APIVersion144 represents Docker Engine API version 1.44 (Engine v25.0).
23-
//
24-
// New features in this version:
25-
// - Endpoint-specific MAC address configuration
26-
// - Multiple networks can be connected during container creation
27-
// - healthcheck.start_interval parameter support
28-
//
29-
// Before this version:
30-
// - MAC address was container-wide only
31-
// - Extra networks required post-creation NetworkConnect calls
32-
// - healthcheck.start_interval was not available
33-
APIVersion144 = "1.44"
34-
3522
// APIVersion148 represents Docker Engine API version 1.48 (Engine v28.0).
3623
//
3724
// New features in this version:
@@ -56,9 +43,6 @@ const (
5643
// Docker Engine version strings for user-facing error messages.
5744
// These should be used in error messages to provide clear version requirements.
5845
const (
59-
// DockerEngineV25 is the major version string for Docker Engine 25.x
60-
DockerEngineV25 = "v25"
61-
6246
// DockerEngineV28 is the major version string for Docker Engine 28.x
6347
DockerEngineV28 = "v28"
6448

0 commit comments

Comments
 (0)