Skip to content

Commit

Permalink
no tar header for acr
Browse files Browse the repository at this point in the history
Signed-off-by: liulanzheng <[email protected]>
  • Loading branch information
liulanzheng committed Oct 22, 2024
1 parent eac4a4e commit 1e5ed2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/blobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ func commitOverlayBD(ctx context.Context, sr *immutableRef, desc *ocispecs.Descr
}
dir := path.Dir(bdPath)
commitPath := path.Join(dir, "overlaybd.commit")
err = obdcmd.Commit(ctx, dir, dir, true, "-t", "-f", "-z")
err = obdcmd.Commit(ctx, dir, dir, true, "-f", "-z")
if err != nil {
return errors.Wrapf(err, "failed to overlaybd-commit")
}
Expand Down

0 comments on commit 1e5ed2f

Please sign in to comment.