Changes for version 0.2.0 - 2020-09-24
- [API CHANGE]
- [BUG FIXES]
- [DOCS] - add POD docs
- [ENHANCEMENTS] - update cmd() method to capture command output - add common process_param() method for buildah subcommand wrapper functions
- [MAJOR]
- [MINOR] - code cleanup for Perl::Critic compliance at severity 3 (harsh) level - split off Container::Buildah::Stage and Container::Buildah::Subcommand classes to their own files - implement wrapper functions for all buildah subcommands - tests: low-level infrastructure functions/methods - config, prog, process_params - tests: mid-level infrastructure functions/methods - cmd, buildah - tests: minimal multi-stage container build
- [REVISION]
- [SECURITY]
Modules
wrapper around containers/buildah tool for multi-stage builds of OCI/Docker-compatible Linux containers
object used by Container::Buildah to track a stage of a multi-stage container build
wrapper class for Container::Buildah to run subcommands of buildah