Merge pull request #3952 from lumjjb/fix_unpacker
Fix unpacker to pass apply options
This commit is contained in:
commit
0a1f2b4064
@ -191,7 +191,7 @@ EachLayer:
|
||||
case <-fetchC[i-fetchOffset]:
|
||||
}
|
||||
|
||||
diff, err := a.Apply(ctx, desc, mounts)
|
||||
diff, err := a.Apply(ctx, desc, mounts, u.config.ApplyOpts...)
|
||||
if err != nil {
|
||||
abort()
|
||||
return errors.Wrapf(err, "failed to extract layer %s", diffIDs[i])
|
||||
|
Loading…
Reference in New Issue
Block a user