Skip to content

Commit 6be97a2

Browse files
author
Matthew Fisher
committed
Merge pull request #249 from bacongobbler/40-add-dockerbuilder-s3
docs(installing-workflow): add docs on dockerbuilder config
2 parents a920428 + 6e3eb08 commit 6be97a2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/installing-workflow/configuring-object-storage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ Slugrunner is configured and launched by the controller inside a Workflow cluste
6969

7070
Slugrunner reads credential information from a `objectstorage-keyfile` secret in the current Kubernetes namespace.
7171

72+
### [deis/dockerbuilder](https://github.com/deis/dockerbuilder)
73+
74+
Dockerbuilder is configured and launched by the builder component. Dockerbuilder reads credential information from the standard `objectstorage-keyfile` secret.
75+
76+
If you are using dockerbuilder as a standalone component the following configuration is important:
77+
78+
- `TAR_PATH` - The location of the application `.tar` archive, relative to the configured bucket for builder e.g. `home/burley-yeomanry:git-3865c987/tar`
79+
7280
### [deis/controller](https://github.com/deis/controller)
7381

7482
The controller is responsible for configuring the execution environment for buildpack-based applications. Controller copies `objectstorage-keyfile` into the application namespace so slugrunner can fetch the application slug.

0 commit comments

Comments
 (0)