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

fixing bug with listing and container_image #170

Merged
merged 16 commits into from Mar 6, 2021

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Mar 6, 2021

Currently, the listing parser expects there to be a container_image key in the result,
but I just found a case where it is not there. I am making it option by using .get(
instead of a direct index

Signed-off-by: vsoch vsoch@users.noreply.github.com

vsoch and others added 16 commits March 6, 2021 09:17
currently, the listing parser expects there to be a container_image key in the result,
but I just found a case where it is not there. I am making it option by using .get(
instead of a direct index

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
… json

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
…d and its redundant with list

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch vsoch merged commit 51b7697 into master Mar 6, 2021
@vsoch vsoch deleted the fix/container-image-listing-bug branch March 6, 2021 19:13
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

1 participant