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

Uses Docker config in RetrieveRegistryCredentialsStep. #104

Merged
merged 3 commits into from
Feb 20, 2018

Conversation

coollog
Copy link
Contributor

@coollog coollog commented Feb 16, 2018

Fixes #101

Also adds a test for RetrieveRegistryCredentialsStep.

@coollog coollog requested a review from loosebazooka February 16, 2018 19:34
@coollog coollog added this to the 0.1.2 milestone Feb 16, 2018
this.registry = registry;
}

public DockerCredentialRetriever withSuffix(String credentialHelperSuffix) {
Copy link
Member

Choose a reason for hiding this comment

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

Nit: maybe this should be called withCredentialHelperSuffix? or the class called DockerCredentialHelperRetreiverFactory?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll rename DockerCredentialRetriever to DockerCredentialHelper and refactor this factory and method naming in a followup refactoring CL.

@coollog coollog merged commit eb6b6ba into master Feb 20, 2018
@coollog coollog deleted the finish-docker-config branch February 20, 2018 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants