COMMITS
/ builder/dockerfile/internals.go March 30, 2016
D
Apply build labels to images with only a FROM tag.
David Calavera committed
March 16, 2016
E
add label support for build, networks and volumes
Evan Hazlett committed
March 15, 2016
A
daemon: update: check len inside public function
Antonio Murdaca committed
February 29, 2016
Q
Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6c
Qiang Huang committed
February 11, 2016
V
Move getContext… function to builder package
Vincent Demeester committed
February 3, 2016
J
Windows: Fix 'isolation'
John Howard committed
January 5, 2016
B
cleanup attach api calls
Brian Goff committed
D
Modify import paths to point to the new engine-api package.
David Calavera committed
January 20, 2016
A
Remove package daemonbuilder.
Anusha Ragunathan committed
January 4, 2016
D
Add default PATH to 'scratch' images
Doug Davis committed
January 6, 2016
J
Windows: Fix build not to sigsegv
John Howard committed
December 29, 2015
A
Use ImageBuildOptions in builder.
Anusha Ragunathan committed
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
V
Merge pull request #18721 from tiborvass/remove-dependencies-from-builder
Vincent Demeester committed
December 17, 2015
D
Move StrSlice to types.
David Calavera committed
October 28, 2015
B
Change the quiet flag behavior in the build command
Boaz Shuster committed
December 16, 2015
T
builder: remove daemon dependency in ContainerAttach
Tibor Vass committed
T
builder: remove daemon dependency in ContainerCreate()
Tibor Vass committed
T
builder: remove dependency on image
Tibor Vass committed
A
Remove Mount/Unmount from Builder interface.
Anusha Ragunathan committed
December 15, 2015
T
builder: remove unused Retain/Release and put Mount/Unmount back
Tibor Vass committed
December 10, 2015
T
builder: remove container package dependency
Tibor Vass committed
November 14, 2015
A
Improved push and pull with upload manager and download manager
Aaron Lehmann committed
December 4, 2015
M
move configs structs to remove dependency on daemon
Morgan Bauer committed
November 12, 2015
D
Move Container to its own package.
David Calavera committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
A
runconfig: split resources into a struct
Antonio Murdaca committed
September 9, 2015
N
Addition of "--shm-size" to which size of /dev/shm is changed.
NIWA Hideyuki committed
November 9, 2015
D
This fixes the case where arguments are escaped twice from Dockerfiles on
Darren Stahl committed
November 10, 2015
D
Merge pull request #17732 from Microsoft/sjw/archive_access_time_fix
David Calavera committed
November 8, 2015
A
Merge pull request #17762 from LK4D4/builder_commit
Antonio Murdaca committed
November 4, 2015
T
Fix symlink handling in builder ADD/COPY commands
Tonis Tiigi committed
November 6, 2015
A
Use name instead of container in Commit
Alexander Morozov committed
November 5, 2015
S
Fixing last access time on Windows to unblock python.
Stefan J. Wernli committed
November 3, 2015
D
Decouple daemon and container to mount and unmount filesystems.
David Calavera committed
November 2, 2015
D
Decouple daemon and container to stop and kill containers.
David Calavera committed
October 30, 2015
J
Windows: Allows --isolation on docker build
John Howard committed
October 16, 2015
L
Fix cancel build doesn't remove the intermediate container
Lei Jitang committed
October 6, 2015
D
Add useful info to builder cache logrus.Debug
Doug Davis committed
October 7, 2015
J
Windows: Regression re-fix builder
John Howard committed
September 6, 2015
T
Abstract builder and implement server-side dockerfile builder
Tibor Vass committed
September 5, 2015
T
Move builder files to builder/dockerfile
Tibor Vass committed