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

Added DockerCredentialExecutor to handle login and logout from docker… #35

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

jacksondelametter
Copy link
Contributor

… repository

private boolean usePlainTextPassword;
private boolean dryRun;

public DockerCredentialExecutor(Settings settings, String repoId, String repoUrl, File dockerContext, boolean usePlainTextPassword, boolean dryRun) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A: The logic here seems very similar to the AbstractDockerMojo class, can you help me understand what drives the need for a specialized class to handle these functions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is actually the same logic, I forgot to remove it. Good catch!

Copy link

@cpointe-ibllanos cpointe-ibllanos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't give you the Orphedomos approval you need, but I looked at your changes and the restructuring is really clear and makes sense.

@jacksondelametter jacksondelametter merged commit e4e027c into dev Mar 4, 2024
@jacksondelametter jacksondelametter deleted the deploy_all_docker branch March 4, 2024 19:14
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.

5 participants