summaryrefslogtreecommitdiff
path: root/config/variant.go
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Use JSON as canonical config formatTyler Cipriani1-4/+4
2018-10-01Remove support for `sharedvolume` configurationDan Duvall1-10/+4
2018-07-31Change import paths from Phabricator to GerritDan Duvall1-1/+1
2018-03-22Provide a `runs.insecurely` to be used with test variantsDan Duvall1-2/+6
2018-03-22Fix ownership on artifact copiesDan Duvall1-11/+14
2018-03-05Generalize instructions for entrypoint and working directoryDan Duvall1-0/+4
2018-03-05Fix application files/runtime permissions schemeDan Duvall1-3/+30
2017-11-07Validate configuration after unmarshallingDan Duvall1-3/+3
2017-11-06Documented all exported types, functions, and interfacesDan Duvall1-3/+21
2017-09-14Use import paths without `.git` suffixDan Duvall1-1/+1
2017-09-07Smarter copies/sharedvolume/default behaviorDan Duvall1-3/+16
2017-09-07Support `copies` config entry for multi-stage buildsDan Duvall1-0/+55
2017-09-05Create directory for common unprivileged app dependenciesDan Duvall1-3/+3
2017-06-29Run go fmtTyler Cipriani1-2/+2
2017-04-25Use a YAML config format instead of JSONDan Duvall1-3/+3
2017-04-19Support compilation to multi-stage DockerfileDan Duvall1-0/+12