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(docker*) do not show a warning when username and password are specified #595

Merged
merged 1 commit into from
Mar 20, 2022

Conversation

dduportal
Copy link
Contributor

Fix #593

This PR fixes a bug that printed a warning despite username and password being specified for docker(.*) resources.

Test

To test this pull request, you can run the following commands:

cd pkg/plugins/utils/docker/dockerregistry/
go test -v .

Additional Information

Tradeoff

Potential improvement

…cified

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
@dduportal dduportal added bug Something isn't working resource-dockerdigest Resource of kind dockerDigest resource-docker Resource of kind Docker Image labels Mar 20, 2022
@dduportal dduportal merged commit 00ea2a6 into updatecli:main Mar 20, 2022
@dduportal dduportal deleted the gh-593 branch March 20, 2022 18:20
@dduportal dduportal added this to the 0.22.2 milestone Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resource-docker Resource of kind Docker Image resource-dockerdigest Resource of kind dockerDigest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No username/password when username and password are specifed for dockerDigest
2 participants