mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 00:06:36 +00:00
Drop code which is called already by containerd
Drop also direct xattrs handling
This commit is contained in:
@@ -899,7 +899,7 @@ var _ = Describe("Compiler", func() {
|
||||
|
||||
img, err := b.ImageReference(fmt.Sprintf("%s:%s", imageName, artifacts[0].Runtime.ImageID()), true)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
_, path, err := image.Extract(ctx, img, false, nil)
|
||||
_, path, err := image.Extract(ctx, img, nil)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
defer os.RemoveAll(path) // clean up
|
||||
|
||||
@@ -907,7 +907,7 @@ var _ = Describe("Compiler", func() {
|
||||
|
||||
img, err = b.ImageReference(fmt.Sprintf("%s:%s", imageName, artifacts[1].Runtime.GetMetadataFilePath()), true)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
_, path, err = image.Extract(ctx, img, false, nil)
|
||||
_, path, err = image.Extract(ctx, img, nil)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
defer os.RemoveAll(path) // clean up
|
||||
|
||||
|
Reference in New Issue
Block a user