You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After version 0.38.5 it seems that behaviour has changed in how versions should be specified and mockserver hasn't been updated.
It fails on: com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"manifest for jamesdbloom/mockserver:mockserver-mockserver-5.5.4 not found: manifest unknown: manifest unknown"}
because the name is duplicated. It should be: jamesdbloom/mockserver:mockserver-5.5.4
I've tried the latest non alpha too: 0.40.2
The text was updated successfully, but these errors were encountered:
After version 0.38.5 it seems that behaviour has changed in how versions should be specified and mockserver hasn't been updated.
It fails on:
com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"manifest for jamesdbloom/mockserver:mockserver-mockserver-5.5.4 not found: manifest unknown: manifest unknown"}
because the name is duplicated. It should be:
jamesdbloom/mockserver:mockserver-5.5.4
I've tried the latest non alpha too:
0.40.2
The text was updated successfully, but these errors were encountered: