-
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
Index out of range #8573
Comments
Thanks for opening the issue! I am going to tackle it directly (given I wrote the bug). |
When a short-name could not be resolved to an alias and if there's no unqualified-search registry, throw an error. Reported-in: github.com/containers/podman/issues/8573 Signed-off-by: Valentin Rothberg <[email protected]>
Opened containers/image#1090 over a containers/image. |
When a short-name could not be resolved to an alias and if there's no unqualified-search registry, throw an error. Reported-in: github.com/containers/podman/issues/8573 Signed-off-by: Valentin Rothberg <[email protected]>
When a short-name could not be resolved to an alias and if there's no unqualified-search registry, throw an error. Reported-in: github.com/containers/podman/issues/8573 Signed-off-by: Valentin Rothberg <[email protected]>
When a short-name could not be resolved to an alias and if there's no unqualified-search registry, throw an error. Reported-in: github.com/containers/podman/issues/8573 Signed-off-by: Valentin Rothberg <[email protected]>
When a short-name could not be resolved to an alias and if there's no unqualified-search registry, throw an error. Reported-in: github.com/containers/podman/issues/8573 Signed-off-by: Valentin Rothberg <[email protected]>
A friendly reminder that this issue had no activity for 30 days. |
@vrothberg Ok so this is fixed in containers/image and will be fixed in the next merge in Podman correct? |
Thanks for the ping! It was fixed with containers/image v5.9.0 which is already merged into the main branch, so we can close this issue. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Index out of range when running a container that does not exist and without defining any registries for unqualified search.
Steps to reproduce the issue:
Comment
unqualified-search-registries
inregistries.conf
Describe the results you received:
A runtime panic.
Describe the results you expected:
Graceful termination.
Output of
podman version
:Output of
podman info --debug
: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?
Yes
The text was updated successfully, but these errors were encountered: