This repository contains a Docker file to build a Docker image containing Cloudbreak binary and DB schema scripts. The Cloudbreak source code is available on GitHuv GitHub.
##Pull the image from Docker Repository
docker pull sequenceiq/cloudbreak:0.5.20
docker build --rm -t sequenceiq/cloudbreak:0.5.20 .
sed 's/ENV VERSION.*/ENV VERSION 0.5.22/' Dockerfile > Dockerfile.custom
docker build -f Dockerfile.custom --rm -t sequenceiq/cloudbreak:custom-0.5.22 .
It is intended to run only with Cloudbreak Deployer.