Port of fix from podman-land:
62f4ae98fb
Thanks to pholzing@redhat.com for figuring this out.
[NO NEW TESTS NEEDED]
Signed-off-by: Chris Evich <cevich@redhat.com>
The golang.org/x/crypto/ssh/terminal package has been deprecated and
replaced upstream by golang.org/x/term, so switch to that. It's a
simple 1:1 replacement.
[NO NEW TESTS NEEDED]
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
When listing images when there are no images, avoid outputting an
unnecessary newline.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Closes: #1418
Approved by: TomSweeneyRedHat