summaryrefslogtreecommitdiff
path: root/docker/instructions_test.go
AgeCommit message (Expand)AuthorFilesLines
2018-10-01Remove support for `sharedvolume` configurationDan Duvall1-10/+0
2018-07-31Change import paths from Phabricator to GerritDan Duvall1-2/+2
2018-07-26Add slash to directory path if copying > 1 fileTyler Cipriani1-5/+5
2018-03-22Fix ownership on artifact copiesDan Duvall1-5/+17
2018-03-05Generalize instructions for entrypoint and working directoryDan Duvall1-0/+20
2018-03-05Simplify Docker instruction compilationDan Duvall1-51/+42
2018-03-05Fix application files/runtime permissions schemeDan Duvall1-0/+24
2017-11-06Conform to all linter warnings/adviceDan Duvall1-17/+17
2017-10-19Include meta data as labels in Dockerfile outputDan Duvall1-0/+12
2017-09-14Switch to github import path for testifyDan Duvall1-1/+1
2017-09-14Use import paths without `.git` suffixDan Duvall1-2/+3
2017-09-07Smarter copies/sharedvolume/default behaviorDan Duvall1-0/+12
2017-09-07Support `copies` config entry for multi-stage buildsDan Duvall1-0/+12
2017-08-30Use real types for build instructionsDan Duvall1-12/+50
2017-07-11Escape docker outputTyler Cipriani1-0/+42