Skip to content
New issue

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

Fix integration test failure #49

Closed
ScottG489 opened this issue May 1, 2024 · 1 comment
Closed

Fix integration test failure #49

ScottG489 opened this issue May 1, 2024 · 1 comment

Comments

@ScottG489
Copy link
Owner

ScottG489 commented May 1, 2024

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
@ScottG489 ScottG489 changed the title Fix issue with build Fix integration test failure May 1, 2024
@ScottG489
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant