Slide 6
Slide 6 text
II. Depedencies
● Never relay on implicit exisence of system-
wide packages and system cli tools.
● Declare all dependencies, completely and
exactly via manifest (rubygem, pip, godep,
Dockerfile in the near future)
● FYI, godep is by Heroku guys, Keith Rarick
● Use depedency isolation tool to ensure that
no implicit depedencies “leak in”. (bundle
exec, static linking, dedicated $GOPATH)
● Easy to setup, run with deterministic build