Commit c2c9f9a
committed
integration: Also catch NotFound exception
Docker v29 uses containerd to pull
Otherwise we get this error with Docker v29.2.0:
E docker.errors.ImageNotFound: 404 Client Error for
http+docker://localhost/v1.45/containers/create: Not Found
("No such image: dockerpytest_does_not_exist:latest")
Signed-off-by: Ricardo Branco <rbranco@suse.de>1 parent 8dd41ce commit c2c9f9a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments