Skip to content

Commit

Permalink
Fix unpacker to pass use apply options
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Lum <[email protected]>
  • Loading branch information
lumjjb authored and 87654testtesttesttesttesttest committed Sep 11, 2020
1 parent b6b5f1c commit 8e992e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpacker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 8e992e8

Please sign in to comment.