summaryrefslogtreecommitdiff
path: root/docker/instructions.go
AgeCommit message (Expand)AuthorFilesLines
2018-10-01Remove support for `sharedvolume` configurationDan Duvall1-4/+0
2018-07-31Change import paths from Phabricator to GerritDan Duvall1-1/+1
2018-03-22Fix ownership on artifact copiesDan Duvall1-1/+6
2018-03-05Generalize instructions for entrypoint and working directoryDan Duvall1-0/+7
2018-03-05Simplify Docker instruction compilationDan Duvall1-127/+60
2018-03-05Fix application files/runtime permissions schemeDan Duvall1-0/+33
2017-11-06Conform to all linter warnings/adviceDan Duvall1-31/+31
2017-11-06Documented all exported types, functions, and interfacesDan Duvall1-2/+32
2017-10-19Include meta data as labels in Dockerfile outputDan Duvall1-0/+14
2017-09-14Use import paths without `.git` suffixDan Duvall1-1/+1
2017-09-07Smarter copies/sharedvolume/default behaviorDan Duvall1-0/+12
2017-09-07Support `copies` config entry for multi-stage buildsDan Duvall1-3/+21
2017-08-30Use real types for build instructionsDan Duvall1-9/+7
2017-07-11Escape docker outputTyler Cipriani1-0/+71