diff --git a/pkg/converter/convert_unix.go b/pkg/converter/convert_unix.go index 85ce4014d8..dc0130aefe 100644 --- a/pkg/converter/convert_unix.go +++ b/pkg/converter/convert_unix.go @@ -660,6 +660,7 @@ func convertManifest(ctx context.Context, cs content.Store, newDesc *ocispec.Des BuilderPath: opt.BuilderPath, WorkDir: opt.WorkDir, ChunkDictPath: opt.ChunkDictPath, + FsVersion: opt.FsVersion, WithTar: true, }) if err != nil {