Merge pull request #27307 from baude/rmlibartifact

remove libartifact from podman
This commit is contained in:
openshift-merge-bot[bot]
2025-10-16 16:56:28 +00:00
committed by GitHub
165 changed files with 2118 additions and 2598 deletions

View File

@@ -31,7 +31,6 @@ import (
"github.com/containers/podman/v5/libpod/define"
"github.com/containers/podman/v5/pkg/inspect"
"github.com/containers/podman/v5/pkg/libartifact"
. "github.com/containers/podman/v5/test/utils"
"github.com/containers/podman/v5/utils"
jsoniter "github.com/json-iterator/go"
@@ -40,6 +39,7 @@ import (
. "github.com/onsi/gomega/gexec"
"github.com/sirupsen/logrus"
"go.podman.io/common/pkg/cgroups"
"go.podman.io/common/pkg/libartifact"
"go.podman.io/storage/pkg/ioutils"
"go.podman.io/storage/pkg/lockfile"
"go.podman.io/storage/pkg/reexec"