You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.MacAddress=""//nolint:staticcheck // ignore SA1019: field is deprecated, but still used on API < v1.44.
32
+
// FIXME(thaJeztah): remove this once we updated our (integration) tests;
33
+
// some integration tests depend on this to test old API versions; see https://github.com/moby/moby/pull/51120#issuecomment-3376224865
34
+
ifconfig.MacAddress!="" { //nolint:staticcheck // ignore SA1019: field is deprecated, but still used on API < v1.44.
35
+
// Make sure we negotiated (if the client is configured to do so),
36
+
// as code below contains API-version specific handling of options.
37
+
//
38
+
// Normally, version-negotiation (if enabled) would not happen until
// CheckDuplicate is removed in API v1.44, and no longer used by
41
-
// daemons supporting that API version (v25.0.0-beta.1 and up)
42
-
// regardless of the API version used, but it must be set to true
43
-
// when sent to older daemons.
44
-
//
45
-
// TODO(thaJeztah) remove this once daemon versions v24.0 and lower are no
46
-
// longer expected to be used (when Mirantis Container Runtime v23
47
-
// is EOL); https://github.com/moby/moby/blob/v2.0.0-beta.0/project/BRANCHES-AND-TAGS.md
0 commit comments