Skip to content

Commit

Permalink
docs(workflow): quay.io/hephyci is not the source
Browse files Browse the repository at this point in the history
for now, at least: the canonical hephy images are all built by hand and
hosted at Docker Hub: https://hub.docker.com/r/hephy/
  • Loading branch information
Kingdon Barrett committed Feb 17, 2019
1 parent 8f2433a commit 354a281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managing-workflow/tuning-component-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Setting | Description
REGISTRATION_MODE | set registration to "enabled", "disabled", or "admin_only" (default: "admin_only")
GUNICORN_WORKERS | number of [gunicorn][] workers spawned to process requests (default: CPU cores * 4 + 1)
RESERVED_NAMES | a comma-separated list of names which applications cannot reserve for routing (default: "deis, deis-builder, deis-workflow-manager")
SLUGRUNNER_IMAGE_NAME | the image used to run buildpack application slugs (default: "quay.io/hephyci/slugrunner:canary")
SLUGRUNNER_IMAGE_NAME | the image used to run buildpack application slugs (default: "hephy/slugrunner:v2.6.1")
DEIS_DEPLOY_HOOK_URLS | a comma-separated list of URLs to send [deploy hooks][] to.
DEIS_DEPLOY_HOOK_SECRET_KEY | a private key used to compute the HMAC signature for deploy hooks.
DEIS_DEPLOY_REJECT_IF_PROCFILE_MISSING | rejects a deploy if the previous build had a Procfile but the current deploy is missing it. A 409 is thrown in the API. Prevents accidental process types removal. (default: "false", allowed values: "true", "false")
Expand Down

0 comments on commit 354a281

Please sign in to comment.