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): guard for null RepoTags from Docker.listImages() #1

Merged
merged 1 commit into from Sep 1, 2022

Conversation

LoneRifle
Copy link
Contributor

When listing docker images found on a local machine it is likely that
some of them may not have repo tags at all. Add a null guard to
avoid a spurious exit from attempting to read non-existent tags

When listing docker images found on a local machine it is likely that
some of them may not have repo tags at all. Add a null guard to 
avoid a spurious exit from attempting to read non-existent tags
@thadeu
Copy link
Owner

thadeu commented Sep 1, 2022

@LoneRifle Thanks for this PR. I'm agree with your fix.

@thadeu thadeu merged commit 572127f into thadeu:main Sep 1, 2022
@LoneRifle LoneRifle deleted the patch-1 branch September 2, 2022 05:20
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.

None yet

2 participants