Skip to content

Releases: kiboko-labs/kloud

Support for Middleware

19 Jul 18:32
Compare
Choose a tag to compare
  • Added support for Middleware
  • #8 Added the postgresql-client package in proper images

PHP 8.0-dev support and small fixes

25 Jun 15:23
Compare
Choose a tag to compare

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

17 Apr 05:18
Compare
Choose a tag to compare
  • 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

24 Mar 18:16
Compare
Choose a tag to compare

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 and images:push)
  • Lists the available images and their dependencies (with images:tree and images:list)
  • Initializes, builds and updates a Docker Compose stack (with stack:init and stack:upgrade)

This package is available in a dedicated docker image kiboko/kloud