Add image management commands and enhance ORAS setup
- Introduced commands for managing VM images: push, pull, tag, login, logout, and rmi.
- Implemented image listing functionality with a formatted table display.
- Enhanced ORAS binary setup to automatically download and install the specified version.
- Added database migration for images, including creation and modification of the images table.
- Refactored context and database handling for improved clarity and functionality.