When deep image inspection is disabled, the incorrect path was used to determine the image format of the file resulting in a no such file or directory exception which bubbled up and made it appear as if the cache was missing. Change-Id: Ibaf1486da9510fdad479523159797815e783e5f6 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
8 lines
286 B
YAML
8 lines
286 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When disable_deep_image_inspection = true, the code path uses the destination
|
|
filename as the source file name resulting in a failure. Due to the way the
|
|
code attempts to clean up, this error is swallowed and only caught later on
|
|
when the file is used.
|