Skip to content

Commit f112a5f

Browse files
author
Matthew Fisher
committed
feat(Makefile): pull deis/slugrunner
Pulling deis/slugrunner on every host will significantly speed up both application launch times on nodes that have not yet started an app as well as speeding up launch times for deis/registry on vagrant deploys or any other deployment option that utilizes `make pull`.
1 parent 4c9fb7b commit f112a5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ install: check-fleet
6161

6262
pull:
6363
$(call ssh_all,'for c in $(ALL_COMPONENTS); do docker pull deis/$$c; done')
64+
$(call ssh_all,'docker pull deis/slugrunner')
6465

6566
restart: stop start
6667

0 commit comments

Comments
 (0)