summaryrefslogtreecommitdiff
path: root/builder
Commit message (Expand)AuthorAgeFilesLines
* Apply build labels to images with only a FROM tag.David Calavera2016-03-312-1/+25
* Merge pull request #21270 from ehazlett/resource-labelsTibor Vass2016-03-222-0/+19
|\
| * add label support for build, networks and volumesEvan Hazlett2016-03-222-0/+19
* | Pass upstream client's user agent through to registry on operations beyond pullsAaron Lehmann2016-03-213-8/+12
|/
* fix variables that werent being calledJessica Frazelle2016-03-172-1/+4
* remove dead codeJessica Frazelle2016-03-161-5/+0
* daemon: update: check len inside public functionAntonio Murdaca2016-03-151-5/+3
* *: remove unused stuffAntonio Murdaca2016-03-142-48/+0
* Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6cQiang Huang2016-02-292-18/+18
* Remove static errors from errors package.David Calavera2016-02-261-18/+29
* Fix some typos in comments and stringsStefan Weil2016-02-222-2/+2
* runconfig: opts: parse: lowercase errorsAntonio Murdaca2016-02-181-1/+1
* Move getContext… function to builder packageVincent Demeester2016-02-114-4/+210
* Windows: Fix 'isolation'John Howard2016-02-101-1/+1
* Merge pull request #20165 from vdemeester/move-validatecontextdirectory-to-bu...David Calavera2016-02-103-0/+85
|\
| * Move validateContextDirectory to builder package.Vincent Demeester2016-02-093-0/+85
* | cleanup attach api callsBrian Goff2016-02-092-2/+2
|/
* Fix ReadAll to run on Windows.Anusha Ragunathan2016-02-041-0/+1
* Remove package daemonbuilder.Anusha Ragunathan2016-02-016-30/+159
* Merge pull request #19837 from cpuguy83/carry_19085Arnaud Porterie2016-01-291-5/+9
|\
| * update doc stringBrian Goff2016-01-291-2/+2
| * Improve docs for Daemon.TagImage and dockerfile.BuildFromConfig.Lukas Waslowski2016-01-081-5/+9
* | Make daemonbuilder.Docker leaner.Anusha Ragunathan2016-01-183-3/+4
|/
* Modify import paths to point to the new engine-api package.David Calavera2016-01-065-10/+10
* Add default PATH to 'scratch' imagesDoug Davis2016-01-062-22/+39
* Windows: Fix build not to sigsegvJohn Howard2016-01-051-1/+1
* Merge pull request #19092 from anusha-ragunathan/builder-rm-mergeTibor Vass2016-01-051-2/+4
|\
| * Remove runconfig.MergeAnusha Ragunathan2016-01-051-2/+4
* | Use ImageBuildOptions in builder.Anusha Ragunathan2016-01-054-63/+35
|/
* Move the runconfig.Parse() function into the runconfig/opts package.Daniel Nephin2016-01-041-1/+2
* Use constant instead of "scratch"Doug Davis2015-12-311-7/+2
* Remove the need for runconfig.Parse() in the builder.Daniel Nephin2015-12-271-9/+4
* Remove package pkg/ulimit, use go-units instead.Daniel Nephin2015-12-231-2/+2
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-224-13/+13
* Replace usage of pkg/nat with go-connections/nat.David Calavera2015-12-221-1/+1
* Move StrSlice to types.David Calavera2015-12-222-15/+15
* Change the quiet flag behavior in the build commandBoaz Shuster2015-12-211-10/+6
* Merge pull request #18761 from anusha-ragunathan/add-build-routesAntonio Murdaca2015-12-182-12/+1
|\
| * Create build router separate from image router.Anusha Ragunathan2015-12-172-12/+1
* | Merge pull request #18721 from tiborvass/remove-dependencies-from-builderVincent Demeester2015-12-184-21/+22
|\ \ | |/ |/|
| * builder: remove daemon dependency in ContainerAttachTibor Vass2015-12-172-7/+3
| * builder: remove daemon dependency in ContainerCreate()Tibor Vass2015-12-172-5/+3
| * builder: remove dependency on imageTibor Vass2015-12-164-9/+16
* | Remove Mount/Unmount from Builder interface.Anusha Ragunathan2015-12-163-17/+0
|/
* builder: remove unused Retain/Release and put Mount/Unmount backTibor Vass2015-12-154-19/+17
* builder: remove container package dependencyTibor Vass2015-12-154-80/+70
* dockerfile: get rid of Commit and CommitConfigTibor Vass2015-12-151-42/+0
* utils: move dockerignore function to builder/dockerignoreTibor Vass2015-12-143-3/+92
* utils: move git functions to pkg/gitutilsTibor Vass2015-12-141-2/+2
* Fix typos found across repositoryJustas Brazauskas2015-12-134-4/+4