All Projects → deis → dockerbuilder

deis / dockerbuilder

Licence: MIT license
Deis dockerbuilder builds your app from a Dockerfile inside a Kubernetes pod, used by Deis Workflow.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dockerbuilder

logger
In-memory log buffer used by Deis Workflow.
Stars: ✭ 17 (+0%)
Mutual labels:  deis-workflow, unsupported
minio
Minio Object Storage in Kubernetes, used by Deis Workflow.
Stars: ✭ 51 (+200%)
Mutual labels:  deis-workflow, unsupported
builder
Git server and application builder for Deis Workflow
Stars: ✭ 40 (+135.29%)
Mutual labels:  deis-workflow, unsupported
postgres
A PostgreSQL database used by Deis Workflow.
Stars: ✭ 37 (+117.65%)
Mutual labels:  deis-workflow, unsupported
example-ruby-sinatra
A simple Ruby app for Deis, the open source PaaS
Stars: ✭ 18 (+5.88%)
Mutual labels:  deis-workflow
cisco ios
Cisco IOS Catalyst module
Stars: ✭ 14 (-17.65%)
Mutual labels:  unsupported
comical-jekyll-theme
A Configurable Webcomic Theme for Jekyll
Stars: ✭ 39 (+129.41%)
Mutual labels:  unsupported
Deis
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules.
Stars: ✭ 6,107 (+35823.53%)
Mutual labels:  unsupported
bal-util
Utility functions for JavaScript and Node.js used and maintained by Benjamin Lupton
Stars: ✭ 13 (-23.53%)
Mutual labels:  unsupported
docpad-skeleton-yui
A YUI Purecss 0.6.0 skeleton for DocPad.
Stars: ✭ 13 (-23.53%)
Mutual labels:  unsupported
Unsupported
Unsupported Zenphoto scripts [abandoned]
Stars: ✭ 18 (+5.88%)
Mutual labels:  unsupported
ArcGIS.PCL
Migrated to https://github.com/davetimmins/Anywhere.ArcGIS
Stars: ✭ 39 (+129.41%)
Mutual labels:  unsupported
docpad-plugin-inlinegui
Plugin that brings Web Write's Inline GUI/CMS to DocPad
Stars: ✭ 14 (-17.65%)
Mutual labels:  unsupported
example-python-flask
A simple Python / Flask app for Deis, the open source PaaS
Stars: ✭ 16 (-5.88%)
Mutual labels:  deis-workflow
meteor-smart-disconnect
A Meteor package that disconnects your site in a smart manner.
Stars: ✭ 68 (+300%)
Mutual labels:  unsupported
docker-go-dev
The containerized Go development environment.
Stars: ✭ 93 (+447.06%)
Mutual labels:  deis-workflow
ubiquitous-memory
new version? pull request.
Stars: ✭ 58 (+241.18%)
Mutual labels:  unsupported
CSScaffold
The original CSScaffold by Anthony Short... He deleted the original repository when he released the newer version.
Stars: ✭ 26 (+52.94%)
Mutual labels:  unsupported
rigger
rigger is a tool to deploy Deis v1 on a variety of cloud providers.
Stars: ✭ 57 (+235.29%)
Mutual labels:  unsupported
simple-server
Use https://github.com/zeit/serve or `python -m SimpleHTTPServer 8000` instead
Stars: ✭ 33 (+94.12%)
Mutual labels:  unsupported
Deis Workflow is no longer maintained.
Please read the announcement for more detail.
09/07/2017 Deis Workflow v2.18 final release before entering maintenance mode
03/01/2018 End of Workflow maintenance: critical patches no longer merged
Hephy is a fork of Workflow that is actively developed and accepts code contributions.

Deis Dockerbuilder v2

Build Status codebeat badge Docker Repository on Quay

Deis (pronounced DAY-iss) Workflow 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.

For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.

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 Dockerbuilder downloads a git archive (gzipped tarball) from a specified [S3 API compatible server][s3-api] and runs docker build on it. When the build is done, it runs docker push to push the resulting image to a specified Docker repository.

This component is usually launched by the Deis Builder and used inside the Deis PaaS, but it is flexible enough to be used as a pod inside any Kubernetes cluster.

Development

The Deis 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 Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with LGTM1 and LGTM2 (respectively). Once that happens, the contributors will merge it
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].