Move images to core/images

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:51:26 -08:00
parent 913edcd489
commit 57ea8aef3d
88 changed files with 90 additions and 90 deletions

View File

@@ -20,9 +20,9 @@ import (
"testing"
. "github.com/containerd/containerd/v2/client"
"github.com/containerd/containerd/v2/images"
"github.com/containerd/containerd/v2/images/converter"
"github.com/containerd/containerd/v2/images/converter/uncompress"
"github.com/containerd/containerd/v2/core/images"
"github.com/containerd/containerd/v2/core/images/converter"
"github.com/containerd/containerd/v2/core/images/converter/uncompress"
"github.com/containerd/containerd/v2/platforms"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
"github.com/stretchr/testify/assert"