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

Listing images panics #502

Closed
HarryMichal opened this issue Jul 14, 2020 · 0 comments · Fixed by #503
Closed

Listing images panics #502

HarryMichal opened this issue Jul 14, 2020 · 0 comments · Fixed by #503
Assignees
Labels
1. Bug Something isn't working
Milestone

Comments

@HarryMichal
Copy link
Member

Podman changed their JSON API again causing Toolbox to panic when listing images (toolbox list -i or simply toolbox list). The affected field of the JSON is Created that used to hold a string with a human-readable representation of time (e.g., 5 minutes ago). That field was changed to an int (but the Go code sees it as a float) with UNIX time.

Before the discussion in the mentioned PR comes to some result, Toolbox should be overall more resilient when some change in the API happens.

Output of toolbox --version:

toolbox version 0.0.92

Output of podman version:

Version:      2.1.0-dev
API Version:  1
Go Version:   go1.14.3
Built:        Thu Jan  1 01:00:00 1970
OS/Arch:      linux/amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant