index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integration
/
buildfile_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4759 from crosbymichael/comments-in-buildfile
unclejack
2014-03-28
1
-0
/
+10
|
\
|
*
Strip comments before parsing line continuations
Michael Crosby
2014-03-27
1
-0
/
+10
*
|
Follow symlinks inside container root for build's ADD
Michael Crosby
2014-03-27
1
-0
/
+18
*
|
Improve WORKDIR test to cover more edge cases
Tianon Gravi
2014-03-17
1
-5
/
+7
*
|
Add proper support for relative WORKDIR instructions
Tianon Gravi
2014-03-15
1
-0
/
+17
|
/
*
Update integration tests for server pkg
Michael Crosby
2014-03-14
1
-6
/
+6
*
Add unit test for expose cache
Guillaume J. Charmes
2014-03-13
1
-2
/
+14
*
Move image into sub pkg
Michael Crosby
2014-03-09
1
-1
/
+2
*
forbid chained onbuild, from & maintainer triggers
unclejack
2014-02-20
1
-0
/
+42
*
Refactor utility `MkBuildContext` to the more generic `archive.Generate`
Solomon Hykes
2014-02-15
1
-13
/
+15
*
Merge pull request #3524 from tianon/supplementary-groups
Victor Vieux
2014-02-10
1
-0
/
+59
|
\
|
*
Consolidate a bunch of the supplementary-groups tests to cut down on the numb...
Tianon Gravi
2014-01-31
1
-40
/
+19
|
*
Move UserLookup functionality into a separate pkg/user submodule that impleme...
Tianon Gravi
2014-01-31
1
-0
/
+80
*
|
builder: clearly display ONBUILD triggers during a build.
Solomon Hykes
2014-02-04
1
-2
/
+2
*
|
New build instruction: ONBUILD defines a trigger to execute when extending an...
Solomon Hykes
2014-02-04
1
-0
/
+16
|
/
*
Merge pull request #3558 from tianon/buildfile-run-json
Michael Crosby
2014-01-22
1
-0
/
+25
|
\
|
*
Add support for `RUN [""]` in Dockerfiles for greater specificity in what is ...
Tianon Gravi
2014-01-11
1
-0
/
+25
*
|
Fix support for registry auth with Dockerfile build.
Jake Moshenko
2014-01-20
1
-3
/
+3
|
/
*
Potential fix for ADD .
Frank Macreery
2014-01-08
1
-0
/
+20
*
Merge pull request #3474 from creack/fix_add_cache_issue
Guillaume J. Charmes
2014-01-07
1
-10
/
+76
|
\
|
*
Fix issue with file caching + prevent wrong cache hit
Guillaume J. Charmes
2014-01-07
1
-0
/
+15
|
*
Fix ADD caching issue with . prefixed path
Guillaume J. Charmes
2014-01-07
1
-10
/
+61
*
|
Merge pull request #3388 from tianon/more-build-tests
Michael Crosby
2014-01-06
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Add more TestBuild Dockerfiles, especially for making sure manual RUN echo '#...
Tianon Gravi
2013-12-30
1
-0
/
+30
*
|
Use same error handling while unmarshalling args for CMD and ENTRYPOINT
Brian Goff
2014-01-06
1
-0
/
+2
|
/
*
Merge pull request #2809 from graydon/880-cache-ADD-commands-in-dockerfiles
Guillaume J. Charmes
2013-12-24
1
-27
/
+93
|
\
|
*
Add testcases for ADD caching, closes #880.
Graydon Hoare
2013-12-16
1
-27
/
+93
*
|
Return error if Dockerfile is empty
Johannes 'fish' Ziemke
2013-12-20
1
-0
/
+8
|
/
*
refactor and fix tests
Victor Vieux
2013-12-09
1
-3
/
+3
*
Fix unit test with new buildfile prototype
Guillaume J. Charmes
2013-12-02
1
-3
/
+3
*
Make docker build return exit code of build step
Johannes 'fish' Ziemke
2013-12-02
1
-26
/
+95
*
add more searchable info to the error message when ADD tries to go outside th...
Sven Dowideit
2013-11-23
1
-1
/
+1
*
Integration tests: remove dependency on private APIs
Victor Vieux
2013-11-14
1
-72
/
+58
*
Move integration tests to integration/, expose missing public methods in the ...
Solomon Hykes
2013-11-14
1
-0
/
+577