summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-05Generalize instructions for entrypoint and working directoryDan Duvall10-18/+107
2018-03-05Simplify Docker instruction compilationDan Duvall2-178/+102
2018-03-05Fix application files/runtime permissions schemeDan Duvall17-182/+574
2018-02-07Resolve variant includes with the correct orderingDan Duvall3-46/+128
2017-11-16Use dep for dependency management and commit vendorDan Duvall140-1/+46838
2017-11-16Move arcanist-go submodule from vendor to .arcvendorDan Duvall3-2/+2
2017-11-07Release version 0.2.0Dan Duvall1-1/+1
2017-11-07Validate configuration after unmarshallingDan Duvall19-28/+698
2017-11-06Conform to all linter warnings/adviceDan Duvall8-73/+74
2017-11-06Documented all exported types, functions, and interfacesDan Duvall14-39/+271
2017-10-19Release version 0.1.0Dan Duvall1-1/+1
2017-10-19Move debian files out of master and into debian branchDan Duvall7-65/+0
2017-10-19Include meta data as labels in Dockerfile outputDan Duvall6-31/+116
2017-10-18Capture and expose build-time meta dataDan Duvall5-1/+33
2017-10-10Move error handling to mainTyler Cipriani3-12/+25
2017-09-14Provide Debian packaging filesDan Duvall7-0/+57
2017-09-14Switch to github import path for testifyDan Duvall10-10/+10
2017-09-14Use import paths without `.git` suffixDan Duvall20-30/+31
2017-09-11Recursive variant expansionTyler Cipriani3-19/+96
2017-09-07Add shared lib node module bins to PATHDan Duvall2-1/+5
2017-09-07Smarter copies/sharedvolume/default behaviorDan Duvall10-25/+133
2017-09-07Support `copies` config entry for multi-stage buildsDan Duvall11-45/+234
2017-09-07Define `NODE_ENV` and always define `NODE_PATH`Dan Duvall8-85/+119
2017-09-05Compile only unique Docker stages determined from artifactsDan Duvall2-7/+45
2017-09-05Install node modules into common local directoryDan Duvall2-14/+9
2017-09-05Create directory for common unprivileged app dependenciesDan Duvall3-4/+12
2017-08-30Use real types for build instructionsDan Duvall10-114/+264
2017-07-17Quote CLI arguments in `RunsConfig` instructionsDan Duvall2-6/+65
2017-07-12Broaden base test coverageDan Duvall7-23/+255
2017-07-11Configure arcanist, linters, and unit engineDan Duvall4-0/+28
2017-07-11Escape docker outputTyler Cipriani3-12/+115
2017-06-29Run go fmtTyler Cipriani14-30/+42
2017-06-26Support environment variablesDan Duvall7-33/+130
2017-06-20Set HOME environment variable for runs-as userDan Duvall4-12/+28
2017-06-20Use correct COPY syntax for quoted pathsDan Duvall2-3/+14
2017-06-15Support single-stage builds for older Docker versionsDan Duvall3-2/+58
2017-06-12Fix variant expansion for bool config fieldsDan Duvall5-17/+67
2017-06-01Add MakefileGiuseppe Lavagetto2-5/+25
2017-05-23Use Phabricator import URIsDan Duvall7-9/+10
2017-05-10Decouple Docker compiler from apt/npm providersDan Duvall8-52/+131
2017-05-01Rename `run` config to `runs`Dan Duvall5-16/+16
2017-04-25Use a YAML config format instead of JSONDan Duvall12-84/+106
2017-04-25Invert `copiestree` feature as `sharedvolume`Dan Duvall3-6/+8
2017-04-19Add Apache License 2.0Dan Duvall1-0/+201
2017-04-19Fixed tabDan Duvall1-1/+1
2017-04-19Use png logoDan Duvall1-1/+1
2017-04-19Add logoDan Duvall1-1/+1
2017-04-19Add README.mdDan Duvall2-1/+95
2017-04-19Include entrypointDan Duvall1-0/+5
2017-04-19Allow configuration of whether to copy in source treeDan Duvall4-4/+10