-
Notifications
You must be signed in to change notification settings - Fork 643
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
BuildX failing for Docker CLI on Windows fixed #1819
Conversation
import static org.mockito.Mockito.verify; | ||
import static org.mockito.Mockito.when; | ||
import static org.mockito.ArgumentMatchers.*; | ||
import static org.mockito.Mockito.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please revert these wildcard import changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, just used vs-code to do so.
Quality Gate passedIssues Measures |
The failling checks are all some docker init problem...have nothing todo with the code-change. |
import io.fabric8.maven.docker.config.ConfigHelper; | ||
import io.fabric8.maven.docker.config.ImageConfiguration; | ||
import io.fabric8.maven.docker.config.SecretConfiguration; | ||
import io.fabric8.maven.docker.config.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we need to address #1819 (comment) here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok tried to revert that aswell
@derHeinz : Thanks for your PR. Changes look good to me 👍 Could you please add a line to doc/changelog.md regarding this change? |
done |
Quality Gate passedIssues Measures |
Fix #1818