luizalabs / slugbuilder

Buildpack application builder for Teresa PaaS

Home Page:https://github.com/luizalabs/teresa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disclamer: This is a fork of the great Deis Slugbuilder maintained by LuizaLabs and used on Teresa project.

Slugbuilder

Teresa is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage applications on your own servers.

We welcome your input! If you have feedback, please submit an issue. If you'd like to participate in development, please read the "Development" section below and submit a pull request.

About

The slugbuilder downloads a git archive (gzipped tarball) from a specified S3 API compatible server, compiles a slug and uploads it to a specified S3 API compatible server.

This component is usually launched and uses inside of Teresa PaaS, but it is flexible enough to be used as a pod inside any Kubernetes cluster.

Development

The Teresa project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.

  • Fork this repository
  • Make your changes
  • Submit a pull request (PR) to this repository with your changes, and unit tests whenever possible.
    • If your PR fixes any issues, make sure you write Fixes #1234 in your PR description (where #1234 is the number of the issue you're closing)
  • The Teresa core contributors will review your code. After each of them sign off on your code, they'll comment your PR with LGTM. Once that happens, the contributors will merge it

About

Buildpack application builder for Teresa PaaS

https://github.com/luizalabs/teresa

License:MIT License


Languages

Language:Shell 68.6%Language:Makefile 15.7%Language:Dockerfile 10.8%Language:Python 5.0%