Setting up a micro foundry?

I am trying to create a separate companion for personalized deployment of the foundry, which has some additional services, just as the foundry equipment for microcladding is a companion for cloudfoundry.com. I wrote a longer description of my work to date for context, but a short question:

Is there access to a micro-cf release that can be expanded and used to create a specialized foundry for microfields? Now with the graduation train , it should be somewhere along with the process and tools for creating a virtual machine. Is it somewhere in openource?

+4
source share
1 answer

Capistrano script that creates releases:

https://github.com/cloudfoundry/micro/blob/master/build/build.cap

This workflow is experimental, but it should be possible to use a subset of the build task in the script and configure cf-release before building it.

+3
source

All Articles