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
Copy file name to clipboardExpand all lines: cli-plugins/manager/manager.go
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ import (
9
9
"strings"
10
10
"sync"
11
11
12
+
"github.com/containerd/errdefs"
12
13
"github.com/docker/cli/cli-plugins/metadata"
13
14
"github.com/docker/cli/cli/config"
14
15
"github.com/docker/cli/cli/config/configfile"
@@ -23,12 +24,6 @@ const (
23
24
// plugin. Assuming $PATH and $CWD remain unchanged this should allow
24
25
// the plugin to re-execute the original CLI.
25
26
ReexecEnvvar=metadata.ReexecEnvvar
26
-
27
-
// ResourceAttributesEnvvar is the name of the envvar that includes additional
28
-
// resource attributes for OTEL.
29
-
//
30
-
// Deprecated: The "OTEL_RESOURCE_ATTRIBUTES" env-var is part of the OpenTelemetry specification; users should define their own const for this. This const will be removed in the next release.
0 commit comments