diff options
author | Abdulwasiu Apalowo <abdulwasiuapalowo@gmail.com> | 2023-04-08 10:25:44 +0100 |
---|---|---|
committer | Abdulwasiu Apalowo <abdulwasiuapalowo@gmail.com> | 2023-05-03 15:09:02 +0100 |
commit | b8a809bf6ca5334b337ce599014043d69a734109 (patch) | |
tree | 9cb878bce5acddcdda3bab6ea0f65909fd61ec7b /setup.py | |
parent | be011898d1944d2ddac75f429255e0c358a8a83b (diff) | |
download | libvirt-ci-b8a809bf6ca5334b337ce599014043d69a734109.zip libvirt-ci-b8a809bf6ca5334b337ce599014043d69a734109.tar.gz libvirt-ci-b8a809bf6ca5334b337ce599014043d69a734109.tar.bz2 |
lcitool: edit error message during container run (or shell) operation.
If only an "ubuntu:22.04" image is present locally, passing
"ubuntu" as the image argument halts the operation giving
no indication that the error is caused because "ubuntu"
equates to "ubuntu:latest".
Adding this information helps give more context to the error message.
From:
...
Image 'ubuntu' not found in local cache. Build it or pull from registry first.
...
To:
...
Image 'ubuntu:latest' not found in local cache. Build it or pull from registry first.
...
Signed-off-by: Abdulwasiu Apalowo <abdulwasiuapalowo@gmail.com>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions