We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's an issue with the build:
com.spotify.docker.client.shaded.javax.ws.rs.client.ResponseProcessingException: com.spotify.docker.client.shaded.com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `com.spotify.docker.client.messages.Image`, problem: Null virtualSize
The text was updated successfully, but these errors were encountered:
It seems like an update to the docker version caused this. We weren't pinning docker versions so it happened spontaneously.
The underlying cause however is that we're still using an unsupported docker lib that hasn't been maintained in a while (see #7).
Fixed by fff0bf1.
Sorry, something went wrong.
No branches or pull requests
There's an issue with the build:
The text was updated successfully, but these errors were encountered: