All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
...
Compatibility improvements! Resolution in issues with buildah in ubuntu
- Independent build cache handling for devc
- Removed the usage of
prune
from buildah. The latestprune
functionality is implemented usingrmi
flags.
- 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.
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.
- Support for ubuntu
- Now support all foreign pulled images as well as successful image builds persists in the cache
- Documentation updates
- Removed
rm
option - Made the
pull
option more reliable, rather than using an hacked version of build
- Added support for older stable releases of buildah (maintained versions in ubuntu)
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.