Skip to content

robscllc/flyingcloud

 
 

Repository files navigation

flyingcloud

Build Docker images using SaltStack

This is a Python library and set of tools that lets you build Docker images using masterless SaltStack instead of (or in addition to) using Dockerfiles.

FlyingCloud is easy to run from the commandline, and built to be run on a Continuous Integration server.

Why would I want to do that?

  • Because you are installing a complex stack of software and have outgrown Docker's simple installation system.
  • Because you want to configure your Docker layers instead of writing shell scripts.
  • Because you want to install the same software stack on developer workstations and don't want to maintain two separate ways of installing a complex stack of software.

How it works

FlyingCloud runs Salt in masterless mode, applying Salt states for each Docker layer. Layers can also run custom Python code if necessary.

Salt states can do many system administration tasks solely with configuration. Here's a list of all the built-in Salt states. And you can write your own.

Installation

$ pip install flyingcloud

Contributing

We welcome contributions. This project is in an early stage and under heavy development. To contribute, join the Google Group or file a pull request.

License

About

Build Docker images using SaltStack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%