- Add logging facility
- Ignore delete returning error
- Changed requirements to add minimum version for oci packages
- Renamed project to oci-solaris-python
- Refactor project, moved out oci and util to project "oci-api-python"
- Refactor project, moved out cli, to project "oci-cli-python"
- Added log system
- Added version info to commands
- Added "oci image import"
- Removed "mkimage" in favor of "oci image import -r"
- Added more checks to recognize valid ZFS in ZFS graph driver
- Added "oci container run"
- Added "oci container start"
- Added the runtime engine
- Added "oci container create"
- Added "oci container list"
- Added "oci container remove"
- Added "oci container inspect"
- Changed base_id lenght to 12 in ZFS graph driver
- Changed runc checks on run and create
- Restructure /var/lib/oci layout
- Added the graph engine
- Added the ZFS graph driver
- Added the ZFS media type
- Added xz, lz and parallel compressing methods
- Added "oci image rm"
- Changed default directory to /var/lib/oci
- Added "mkimage"
- Added "oci image inspect"
- Split cli and api
- Added checks to OCI structs with python-oci package
- Added oci CLI
- Added "oci image ls"
- Initial export