Releases: kiboko-labs/kloud
Releases · kiboko-labs/kloud
Support for Middleware
- Added support for Middleware
- #8 Added the postgresql-client package in proper images
PHP 8.0-dev support and small fixes
Contents
- Added PHP 8.0-dev images
- #7 Removed unwanted services during stack:init
- Fixed directory creation in the stack:init while building the stack
- Added DBGP service in the Oro stack
- Fixed a typo in the image:pull command
Fixes of the kloud.phar package
- fixed Docker images builds using the kloud.phar
- Fixed requirements of OroCommerce Enterprise in the PHP 7.4 images
Can now use the package inside docker:
docker run --rm -ti \
-v $PWD:/app \
-v /var/run/docker.sock:/var/run/docker.sock \
kiboko/kloud --help
Initial release
A command line for managing Docker stacks and images for development environments. It can build stacks for the following applications:
- OroPlatforn 1.8, 1.10, 2.6, 3.1 and 4.1
- OroCRM 3.1 and 4.1
- OroCommerce 3.1 and 4.1
- Marello 2.0, 2.1, 2.2 and 3.0
A wizard helps you use the more appropriate images and stacks for your environment, the wizard is able to auto-discover the application you are working on.
Handles the following:
- Builds images (with
images:build
) - Checks the images' prerequisites (with
images:test
) - Pulls and pushes the images to Docker Hub (with
images:pull
andimages:push
) - Lists the available images and their dependencies (with
images:tree
andimages:list
) - Initializes, builds and updates a Docker Compose stack (with
stack:init
andstack:upgrade
)
This package is available in a dedicated docker image kiboko/kloud