Commit History

Author SHA1 Message Date
  Daniel Nephin e59327aaac Change builder.dispatchers to use a dispatchRequest object 8 years ago
  Daniel Nephin 64c4c1c3d5 Keep parser.Directive internal to parser 8 years ago
  Daniel Nephin bb429da9a9 Hide builder.parser.Directive internals 8 years ago
  Daniel Nephin 068f344e03 Remove unused Builder.Cancel() 8 years ago
  Daniel Nephin a6abd57b83 Remove unused id field from Builder. 8 years ago
  Daniel Nephin bfcd95817a Factor out functions from builder/dockerfile/builder.go:Builder.build() 8 years ago
  Daniel Nephin c7fad9b750 Cleanup in dispatcher.env 8 years ago
  Akihiro Suda b764c471bf Merge pull request #32495 from dnephin/cleanup-builder-dispatcher-env 8 years ago
  Tonis Tiigi 33e07f41ad builder: add an option for specifying build target 8 years ago
  Daniel Nephin f3e205ddc1 Remove the dockerfile field from Builder. 8 years ago
  Daniel Nephin 239c53bf83 Refactor BuildArgs 8 years ago
  Daniel Nephin f0a9c2e3f4 Allow ARG to come before FROM to support variables in FROM. 8 years ago
  Tõnis Tiigi 6abbc933ae Merge pull request #31750 from dnephin/some-builder-cleanup 8 years ago
  Alexandre Garnier d005219830 Display created tags on successful build 8 years ago
  Daniel Nephin 726fb269cf Fix --label on docker build when a single quote is used in the value 8 years ago
  Tõnis Tiigi 2fa8fe400d Merge pull request #31257 from tonistiigi/nested-build 8 years ago
  Tonis Tiigi f95f58283b Add support for COPY from previous rootfs 8 years ago
  Dave Tucker 89a2a885c8 Ignore built-in allowed build-args in image history 8 years ago
  Tonis Tiigi acad599210 Fix cache for dockerfiles with multiple FROM 8 years ago
  Tonis Tiigi 09f308ce21 Fix ARG scoping for Dockerfiles with multiple FROM 8 years ago
  Daniel Nephin 9ea5e02e92 extract a function 8 years ago
  Vincent Demeester 254fc83cba Merge pull request #30457 from dmcgowan/distribution-reference-update-2 8 years ago
  Derek McGowan 3a1279393f Use distribution reference 8 years ago
  Daniel Nephin 80b642ff88 Ignore the daemon log config when building images. 8 years ago
  Boaz Shuster 8f282cdea5 Specify in which line the Dockerfile parser failed 8 years ago
  Sebastiaan van Stijn d6be0e9802 Merge pull request #28631 from likel/master 8 years ago
  Ke Li 514adcf458 Remove redundant format 8 years ago
  Yong Tang d32efdbf8b Sort the build labels passed from `build --labels` 8 years ago
  Doug Davis cdb8ea90b0 Fix processing of unset build-args during build 8 years ago
  Doug Davis eaf0b5708f Fix case where \\ at EOF made the builder ignore the command 8 years ago