Move runc options to api directory

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-04-29 13:58:59 -07:00
parent 25a288662d
commit 4a45507772
28 changed files with 292 additions and 124 deletions

View File

@@ -22,7 +22,7 @@ import (
"context"
"errors"
"github.com/containerd/containerd/v2/core/runtime/v2/runc/options"
"github.com/containerd/containerd/v2/api/types/runc/options"
)
// WithNoNewKeyring causes tasks not to be created with a new keyring for secret storage.