-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
podman dumps core when a docker save'd image does not have config #15265
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
I believe this is caused by not checking that |
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
Aug 10, 2022
[NO NEW TEST NEEDED] Fixes: containers/podman#15265 Signed-off-by: Daniel J Walsh <[email protected]>
adelton
added a commit
to adelton/freeipa-container
that referenced
this issue
Aug 13, 2022
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
Aug 15, 2022
[NO NEW TEST NEEDED] Fixes: containers/podman#15265 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
Aug 15, 2022
[NO NEW TEST NEEDED] Fixes: containers/podman#15265 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
Aug 16, 2022
[NO NEW TEST NEEDED] Fixes: containers/podman#15265 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
Aug 16, 2022
[NO NEW TEST NEEDED] Fixes: containers/podman#15265 Signed-off-by: Daniel J Walsh <[email protected]>
rhatdan
added a commit
to rhatdan/common
that referenced
this issue
Aug 17, 2022
[NO NEW TEST NEEDED] Fixes: containers/podman#15265 Signed-off-by: Daniel J Walsh <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 19, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Per https://github.com/moby/moby/blob/master/image/spec/v1.2.md, config can be
null
. However, when such saved image is loaded by podman, creating container out of it aborts because of nil pointer dereference.Steps to reproduce the issue:
podman load -i empty.tar.gz
podman tag $CSUM localhost/empty:latest
Describe the results you received:
Describe the results you expected:
No traceback, container created.
Additional information you deem important (e.g. issue happens only occasionally):
Deterministic.
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: