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.
1 parent caf07d2 commit 4d61feeCopy full SHA for 4d61fee
1 file changed
src/main/java/com/github/dockerjava/api/model/PullResponseItem.java
@@ -23,7 +23,7 @@ public boolean isPullSuccessIndicated() {
23
}
24
25
return (getStatus().contains("Download complete") || getStatus().contains("Image is up to date") || getStatus()
26
- .contains("Downloaded newer image"));
+ .contains("Downloaded newer image") || getStatus().contains("this image was pulled from a legacy registry"));
27
28
29
0 commit comments