You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's an index out of range in podman run, so we have at a minimum a bug in run. There could also be a bug in commit (outputting bad IDs?) to trigger that bug in run.
When an image name has no reponames, you should still be able to run it
by ID. When doing so, imageName needs to be set to "" so we don't hit an index
out of range error
Resolves: containers#587
Signed-off-by: baude <[email protected]>
I don't know if this is a problem in
run
or incommit
.Feeding it an image name (podman commit --quiet foo bar) eliminates this, but see #586 for a separate problem.
podman-0.3.5-1.gitdb6bf9e.fc27.x86_64
The text was updated successfully, but these errors were encountered: