summaryrefslogtreecommitdiff
path: root/builder/dockerfile
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-212-7/+10
|/
* 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
* Move getContext… function to builder packageVincent Demeester2016-02-111-2/+1
* Windows: Fix 'isolation'John Howard2016-02-101-1/+1
* cleanup attach api callsBrian Goff2016-02-091-1/+1
* Remove package daemonbuilder.Anusha Ragunathan2016-02-013-14/+106
* 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-182-2/+3
|/
* Modify import paths to point to the new engine-api package.David Calavera2016-01-063-7/+7
* 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-222-8/+8
* 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-181-1/+1
|\
| * Create build router separate from image router.Anusha Ragunathan2015-12-171-1/+1
* | Merge pull request #18721 from tiborvass/remove-dependencies-from-builderVincent Demeester2015-12-182-14/+8
|\ \ | |/ |/|
| * builder: remove daemon dependency in ContainerAttachTibor Vass2015-12-171-5/+1
| * builder: remove daemon dependency in ContainerCreate()Tibor Vass2015-12-171-3/+2
| * builder: remove dependency on imageTibor Vass2015-12-162-6/+5
* | Remove Mount/Unmount from Builder interface.Anusha Ragunathan2015-12-162-11/+0
|/
* builder: remove unused Retain/Release and put Mount/Unmount backTibor Vass2015-12-153-13/+12
* builder: remove container package dependencyTibor Vass2015-12-153-58/+45
* dockerfile: get rid of Commit and CommitConfigTibor Vass2015-12-151-42/+0
* Fix typos found across repositoryJustas Brazauskas2015-12-134-4/+4
* Improved push and pull with upload manager and download managerAaron Lehmann2015-12-091-11/+5
* move configs structs to remove dependency on daemonMorgan Bauer2015-12-072-4/+5
* Move Container to its own package.David Calavera2015-12-031-4/+5
* fix shm size handlingAntonio Murdaca2015-12-011-1/+1
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-242-7/+7
* runconfig: split resources into a structAntonio Murdaca2015-11-201-5/+9