https://github.com/deis/slugrunner
Buildpack application runner for Deis Workflow.
https://github.com/deis/slugrunner
deis-workflow heroku-buildpack k8s kubernetes unsupported
Last synced: 12 months ago
JSON representation
Buildpack application runner for Deis Workflow.
- Host: GitHub
- URL: https://github.com/deis/slugrunner
- Owner: deis
- License: mit
- Created: 2015-11-05T19:36:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T16:52:40.000Z (over 8 years ago)
- Last Synced: 2025-05-15T08:24:09.762Z (about 1 year ago)
- Topics: deis-workflow, heroku-buildpack, k8s, kubernetes, unsupported
- Language: Makefile
- Homepage: https://deis.com
- Size: 5.28 MB
- Stars: 13
- Watchers: 12
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
| | Deis Workflow is no longer maintained.
Please [read the announcement](https://deis.com/blog/2017/deis-workflow-final-release/) 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](https://github.com/teamhephy/workflow) is a fork of Workflow that is actively developed and accepts code contributions. |
# Deis Slugrunner v2
[](https://ci.deis.io/job/slugrunner)
[](https://quay.io/repository/deisci/slugrunner)
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) 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.
## Beta Status
This Deis component is currently in beta status, and we welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs].
# About
The slugrunner downloads a [slug](https://devcenter.heroku.com/articles/slug-compiler) from a specified [Minio][minio], [S3][s3], [GCS][gcs], or [Azure][azure] storage service and runs it based on its [Procfile](https://devcenter.heroku.com/articles/procfile).
This component is usually launched by the [Deis Controller](https://github.com/deis/controller) and used inside the Deis [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), but it is flexible enough to be used as a component 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][prs] (PR) to this repository with your changes, and unit tests whenever possible.
* If your PR fixes any [issues][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
[issues]: https://github.com/deis/slugrunner/issues
[prs]: https://github.com/deis/slugrunner/pulls
[minio]: https://minio.io/
[s3]: https://aws.amazon.com/s3/
[gcs]: https://cloud.google.com/storage/
[azure]: https://azure.microsoft.com/services/storage/
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0