Commit fe90f99
fix: workaround podman bug wrt error reporting
In case that the image registry hostname is not resolvable podman now
return error in bad JSON shape so it's not decodable by client.
For now we assume that '500.*but provided no error-message' means
hostname resolution error.
Signed-off-by: Matej Vašek <matejvasek@gmail.com>1 parent e77aad8 commit fe90f99
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments