summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Use JSON as canonical config formatTyler Cipriani1-4/+4
2018-10-01Remove support for `sharedvolume` configurationDan Duvall2-14/+0
2018-08-14Bump Blubber config version to v3Dan Duvall1-4/+4
2018-07-31Change import paths from Phabricator to GerritDan Duvall4-9/+9
2018-07-26Add slash to directory path if copying > 1 fileTyler Cipriani1-5/+5
2018-05-20Bump config version to v2Dan Duvall1-4/+4
2018-04-05Introduce strict/versioned config parsingDan Duvall1-0/+4
2018-03-22Fix ownership on artifact copiesDan Duvall2-6/+23
2018-03-05Generalize instructions for entrypoint and working directoryDan Duvall3-17/+29
2018-03-05Simplify Docker instruction compilationDan Duvall2-178/+102
2018-03-05Fix application files/runtime permissions schemeDan Duvall3-8/+60
2017-11-06Conform to all linter warnings/adviceDan Duvall3-49/+49
2017-11-06Documented all exported types, functions, and interfacesDan Duvall2-3/+40
2017-10-19Include meta data as labels in Dockerfile outputDan Duvall4-19/+75
2017-10-10Move error handling to mainTyler Cipriani2-10/+14
2017-09-14Switch to github import path for testifyDan Duvall2-2/+2
2017-09-14Use import paths without `.git` suffixDan Duvall4-7/+8
2017-09-11Recursive variant expansionTyler Cipriani1-12/+15
2017-09-07Smarter copies/sharedvolume/default behaviorDan Duvall3-5/+25
2017-09-07Support `copies` config entry for multi-stage buildsDan Duvall3-29/+36
2017-09-05Compile only unique Docker stages determined from artifactsDan Duvall2-7/+45
2017-08-30Use real types for build instructionsDan Duvall2-21/+57
2017-07-12Broaden base test coverageDan Duvall1-20/+0
2017-07-11Escape docker outputTyler Cipriani3-12/+115
2017-06-29Run go fmtTyler Cipriani2-1/+3
2017-06-26Support environment variablesDan Duvall2-15/+13
2017-06-20Set HOME environment variable for runs-as userDan Duvall2-0/+11
2017-06-20Use correct COPY syntax for quoted pathsDan Duvall2-3/+14
2017-06-15Support single-stage builds for older Docker versionsDan Duvall2-2/+56
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