We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 031e658 + da15eb9 commit 5ef09caCopy full SHA for 5ef09ca
config/windows-containerd-monitor-filelog.json
@@ -13,13 +13,13 @@
13
"rules": [
14
{
15
"type": "temporary",
16
- "reason": "MissingPigz",
17
- "pattern": "unpigz not found.*"
+ "reason": "ContainerCreationFailed",
+ "pattern": ".*failed to create containerd container.*error unpacking image.*wrong diff id calculated on extraction.*"
18
},
19
20
21
- "reason": "IncompatibleContainer",
22
- "pattern": ".*CreateComputeSystem.*"
+ "reason": "CorruptContainerImageLayer",
+ "pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*"
23
}
24
]
25
0 commit comments