summaryrefslogtreecommitdiff
path: root/docker/compiler.go
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Change import paths from Phabricator to GerritDan Duvall1-3/+3
2018-03-05Generalize instructions for entrypoint and working directoryDan Duvall1-17/+2
2018-03-05Fix application files/runtime permissions schemeDan Duvall1-8/+3
2017-11-06Conform to all linter warnings/adviceDan Duvall1-1/+1
2017-11-06Documented all exported types, functions, and interfacesDan Duvall1-1/+8
2017-10-19Include meta data as labels in Dockerfile outputDan Duvall1-19/+30
2017-10-10Move error handling to mainTyler Cipriani1-7/+8
2017-09-14Use import paths without `.git` suffixDan Duvall1-2/+2
2017-09-11Recursive variant expansionTyler Cipriani1-12/+15
2017-09-07Smarter copies/sharedvolume/default behaviorDan Duvall1-5/+1
2017-09-07Support `copies` config entry for multi-stage buildsDan Duvall1-26/+3
2017-09-05Compile only unique Docker stages determined from artifactsDan Duvall1-7/+16
2017-07-11Escape docker outputTyler Cipriani1-12/+2
2017-06-29Run go fmtTyler Cipriani1-1/+2
2017-06-26Support environment variablesDan Duvall1-1/+1
2017-06-20Set HOME environment variable for runs-as userDan Duvall1-0/+2
2017-06-20Use correct COPY syntax for quoted pathsDan Duvall1-3/+3
2017-06-15Support single-stage builds for older Docker versionsDan Duvall1-2/+13
2017-06-12Fix variant expansion for bool config fieldsDan Duvall1-1/+1
2017-05-23Use Phabricator import URIsDan Duvall1-2/+2
2017-05-10Decouple Docker compiler from apt/npm providersDan Duvall1-8/+21
2017-05-01Rename `run` config to `runs`Dan Duvall1-7/+7
2017-04-25Invert `copiestree` feature as `sharedvolume`Dan Duvall1-2/+4
2017-04-19Include entrypointDan Duvall1-0/+5
2017-04-19Allow configuration of whether to copy in source treeDan Duvall1-0/+4
2017-04-19Support compilation to multi-stage DockerfileDan Duvall1-3/+66
2017-04-18Refactored config structure to use map for variantsDan Duvall1-9/+0
2017-04-18Initial commitDan Duvall1-0/+22