From a4dcef375d380e5250432f548f83c13159254b13 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 30 Sep 2018 05:33:12 -0400 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index fb24c40..ab6ccdd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,34 @@ # bruce-operator +**B**uildpack **RU**ntime **C**ontainer **E**nvironment. + +![](https://github.com/bruce-project/meta/raw/master/idea.png) + +**Goal**: Provide the [Heroku Buildpack](https://buildpacks.io/) experience to K8S, with a hint of [ZEIT's Now](https://zeit.co/now). + +[Architecture ideas](https://github.com/bruce-project/meta/blob/master/ideas/architecture.md) are being formulated. + +## Project Discussion + +- [Discord Server](https://discordapp.com/invite/SJ5GA5) + +## Prior Art + +- [Knative](https://github.com/knative/build-templates/blob/master/buildpack/README.md) +- [Herokuish](https://github.com/gliderlabs/herokuish) +- [buildpacks.io](https://buildpacks.io/) +- [gitkube](https://github.com/hasura/gitkube) +- [Please](https://github.com/thought-machine/please) +- [Workflow](https://github.com/teamhephy/workflow) +- [Flynn.io](https://flynn.io/) + +**Bruce** is also the name of the shark from the film *Jaws*. + +✨🍰✨ + + +## This Repo + The BRUCE operator, written in Python (will be attempted, at least). $ docker build --tag bruceproject/operator .