Set default differ for the default unpack config of transfer service

Signed-off-by: Henry Wang <henwang@amazon.com>
(cherry picked from commit a083b669c9412eef55ee103fe2bb1dec7c6178bc)
This commit is contained in:
Henry Wang
2025-04-01 21:56:08 +00:00
committed by Phil Estes
parent 9e97c2e626
commit 84d9658c36
3 changed files with 5 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ func defaultUnpackConfig() []unpackConfiguration {
{
Platform: platforms.Format(platforms.DefaultSpec()),
Snapshotter: defaults.DefaultSnapshotter,
Differ: defaults.DefaultDiffer,
},
}
}