Merge pull request #3952 from lumjjb/fix_unpacker

Fix unpacker to pass apply options
This commit is contained in:
Phil Estes
2020-01-09 11:49:06 -05:00
committed by GitHub

View File

@@ -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])