Releases: bRuttaZz/devc
Releases · bRuttaZz/devc
v1.1.3
[v1.1.3] - 2024-02-24 Compatibility improvements! Resolution in issues with buildah in ubuntu Added - Independent build cache handling for devc Changed - Removed the usage of `prune` from buildah. The latest `prune` functionality is implemented using `rmi` flags. Fixed - Resolved the bug in removal of existing virtualenv on activation time. - Support for prune command in devc (now works with older versions) - The issue araised due to invalid tag name (due to uppercase letters) has resolved by implementing google/uuid, replacing the existig poor implementaion.
v1.1.2
[v1.1.2] - 2024-02-14 Compatibility improvements! Resolution in issues with buildah in ubuntu Added - Independent build cache handling for devc Changed - Removed the usage of `prune` from buildah. The latest `prune` functionality is implemented using `rmi` flags. Fixed - Resolved the bug in removal of existing virtualenv on activation time. - Support for prune command in devc (now works with older versions)
v1.1.0
[v1.1.0] - 2024-02-14 Build and Pull based on more stable methods provided by buildah. Removed unnecessary caching on the front end and more.. Now support older versions of buildah as well. Added - Support for ubuntu - Now support all foreign pulled images as well as successful image builds persists in the cache Changed - Documentation updates - Removed `rm` option - Made the `pull` option more reliable, rather than using an hacked version of build Fixed - Added support for older stable releases of buildah (maintained versions in ubuntu)
v1.0.0
[v1.0.0] - 2024-02-11 The initial version of devc, with its primary features. The good news is, if you're on Linux, you can give devc a try. It's a streamlined container tool designed for developers working on local development. It's compatible with contemporary container standards like Docker and OCI. devc facilitates you with a python-virtual-environment kind of way to interact with your container environments.