deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(git,gitreceive,sshd): make builder pod image pull policies configurable #274

Closed arschles closed 8 years ago

arschles commented 8 years ago

The policies for the slugbuilder and dockerbuilder pods are configurable with the SLUG_BUILDER_IMAGE_PULL_POLICY and DOCKER_BUILDER_IMAGE_PULL_POLICY env vars (respectively). Both default to Always

A builder image with this change is at quay.io/arschles/builder:imgpullpolicy

Fixes #273