Stop relying on deprecated field when parsing image pulling errors. (#1302) (#1303)

(cherry picked from commit b7b684b9c5)
This commit is contained in:
Felix Fontein
2026-08-04 22:10:05 +02:00
committed by GitHub
parent 79bc3c7ec7
commit f63dc58469
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -911,7 +911,7 @@ class ImageManager(DockerBaseClass):
self.log(line, pretty_print=True)
self._extract_output_line(line, build_output)
if line.get('error'):
if line.get('error') or line.get('errorDetail'):
if line.get('errorDetail'):
errorDetail = line.get('errorDetail')
self.fail(