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
commit 0a1f2b4064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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