feat: add image management functionality with OCI registry support
- Introduced new constants for image directory.
- Refactored database context to include migration handling.
- Created a new database schema for images with relevant fields.
- Implemented image CRUD operations in a new images module.
- Added migration scripts for creating and altering the images table.
- Developed ORAS commands for pushing and pulling images.
- Implemented subcommands for image management (list, tag, push, pull, remove).
- Enhanced utility functions for image validation and size formatting.
- Updated existing modules to integrate new image management features.