You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://goreportcard.com/report/github.com/deis/builder)[](https://codebeat.co/projects/github.tiyicn.workers.dev-deis-builder)[](https://quay.io/repository/deisci/builder)
6
6
7
+
Hephy - A Fork of Deis Workflow
8
+
7
9
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster, making it easy to deploy and manage applications on your own servers.
8
10
9
-
For more information about Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
11
+
For more information about Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow.
10
12
11
13
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].
12
14
@@ -19,8 +21,8 @@ The builder is primarily a git server that responds to `git push`es by executing
19
21
- If the `BUILDER_STORAGE` environment variable is other than `minio`, attempts to create the appropriate storage driver and saves using this driver.
20
22
- Otherwise, if `BUILDER_STORAGE` is `minio` and the `DEIS_MINIO_SERVICE_HOST` and `DEIS_MINIO_SERVICE_PORT` environment variables exist (these are standard [Kubernetes service discovery environment variables](http://kubernetes.io/docs/user-guide/services/#environment-variables)), saves to the [S3 API][s3-api-ref] compatible server at `http://$DEIS_MINIO_SERVICE_HOST:$DEIS_MINIO_SERVICE_HOST`
21
23
3. Starts a new [Kubernetes Pod](http://kubernetes.io/docs/user-guide/pods/) to build the code, according to the following rules:
22
-
- If a `Dockerfile` is present in the codebase, starts a [`dockerbuilder`](https://github.com/deisthree/dockerbuilder) pod, configured to download the code to build from the URL computed in the previous step.
23
-
- Otherwise, starts a [`slugbuilder`](https://github.com/deisthree/slugbuilder) pod, configured to download the code to build from the URL computed in the previous step.
24
+
- If a `Dockerfile` is present in the codebase, starts a [`dockerbuilder`](https://github.com/teamhephy/dockerbuilder) pod, configured to download the code to build from the URL computed in the previous step.
25
+
- Otherwise, starts a [`slugbuilder`](https://github.com/teamhephy/slugbuilder) pod, configured to download the code to build from the URL computed in the previous step.
24
26
25
27
# Supported Off-Cluster Storage Backends
26
28
@@ -43,7 +45,7 @@ The Deis project welcomes contributions from all developers. The high level proc
43
45
44
46
## Docker Based Development Environment
45
47
46
-
The preferred environment for development uses [the `go-dev` Docker image](https://github.com/deisthree/docker-go-dev). The tools described in this section are used to build, test, package and release each version of Deis.
48
+
The preferred environment for development uses [the `go-dev` Docker image](https://github.com/teamhephy/docker-go-dev). The tools described in this section are used to build, test, package and release each version of Deis.
47
49
48
50
To use it yourself, you must have [make](https://www.gnu.org/software/make/) installed and Docker installed and running on your local development machine.
49
51
@@ -63,11 +65,11 @@ Note that you will not be able to build or push Docker images using this method
63
65
64
66
The Deis project requires that as much code as possible is unit tested, but the core contributors also recognize that some code must be tested at a higher level (functional or integration tests, for example).
65
67
66
-
The [end-to-end tests](https://github.com/deisthree/workflow-e2e) repository has our integration tests. Additionally, the core contributors and members of the community also regularly [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) the platform. Since this particular component is at the center of much of the Deis Workflow platform, we find it especially important to dogfood it.
68
+
The [end-to-end tests](https://github.com/teamhephy/workflow-e2e) repository has our integration tests. Additionally, the core contributors and members of the community also regularly [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) the platform. Since this particular component is at the center of much of the Deis Workflow platform, we find it especially important to dogfood it.
67
69
68
70
## Running End-to-End Tests
69
71
70
-
Please see [README.md](https://github.com/deisthree/workflow-e2e/blob/master/README.md) on the end-to-end tests repository for instructions on how to set up your testing environment and run the tests.
72
+
Please see [README.md](https://github.com/teamhephy/workflow-e2e/blob/master/README.md) on the end-to-end tests repository for instructions on how to set up your testing environment and run the tests.
71
73
72
74
## Dogfooding
73
75
@@ -77,6 +79,6 @@ Please follow the instructions on the [official Deis docs](http://docs-v2.readth
0 commit comments