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
Plugins are not widely used, and there's no known plugins that use
content-trust. We're working on updating the authentication stack
in the CLI, and the trust implementation hinders us in making
changes, so removing parts that are not high-priority (ahead of
full deprecation of DCT).
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Copy file name to clipboardExpand all lines: e2e/plugin/plugin_test.go
+9-22Lines changed: 9 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,24 @@ package plugin
2
2
3
3
import (
4
4
"context"
5
+
"fmt"
5
6
"testing"
6
7
7
8
"github.com/docker/cli/e2e/internal/fixtures"
8
9
"github.com/docker/cli/e2e/testutils"
9
10
"github.com/docker/cli/internal/test/environment"
10
-
"github.com/moby/moby/api/types/versions"
11
11
"gotest.tools/v3/icmd"
12
12
"gotest.tools/v3/skip"
13
13
)
14
14
15
15
constregistryPrefix="registry:5000"
16
16
17
-
funcTestInstallWithContentTrust(t*testing.T) {
18
-
// TODO(krissetto): remove this skip once the fix (see https://github.com/moby/moby/pull/47299) is deployed to moby versions < 25
0 commit comments