diff --git a/config/windows-containerd-monitor-filelog.json b/config/windows-containerd-monitor-filelog.json index b6f94d77a..4c92e20aa 100644 --- a/config/windows-containerd-monitor-filelog.json +++ b/config/windows-containerd-monitor-filelog.json @@ -13,13 +13,13 @@ "rules": [ { "type": "temporary", - "reason": "MissingPigz", - "pattern": "unpigz not found.*" + "reason": "ContainerCreationFailed", + "pattern": ".*failed to create containerd container.*error unpacking image.*wrong diff id calculated on extraction.*" }, { "type": "temporary", - "reason": "IncompatibleContainer", - "pattern": ".*CreateComputeSystem.*" + "reason": "CorruptContainerImageLayer", + "pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*" } ] }