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

BuildX failing for Docker CLI on Windows fixed #1819

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

derHeinz
Copy link
Contributor

@derHeinz derHeinz commented Aug 20, 2024

Fix #1818

import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import static org.mockito.ArgumentMatchers.*;
import static org.mockito.Mockito.*;
Copy link
Member

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?

Copy link
Contributor Author

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.

Copy link

sonarcloud bot commented Aug 20, 2024

@derHeinz
Copy link
Contributor Author

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.*;
Copy link
Member

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.

Copy link
Contributor Author

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

@rohanKanojia
Copy link
Member

@derHeinz : Thanks for your PR. Changes look good to me 👍

Could you please add a line to doc/changelog.md regarding this change?

@derHeinz
Copy link
Contributor Author

@derHeinz : Thanks for your PR. Changes look good to me 👍

Could you please add a line to doc/changelog.md regarding this change?

done

Copy link

sonarcloud bot commented Sep 25, 2024

@rohanKanojia rohanKanojia merged commit dfef172 into fabric8io:master Sep 25, 2024
20 of 22 checks passed
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

Successfully merging this pull request may close these issues.

BuildX failing for Docker CLI on Windows
2 participants