summaryrefslogtreecommitdiff
path: root/integration/buildfile_test.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4759 from crosbymichael/comments-in-buildfileunclejack2014-03-281-0/+10
|\
| * Strip comments before parsing line continuationsMichael Crosby2014-03-271-0/+10
* | Follow symlinks inside container root for build's ADDMichael Crosby2014-03-271-0/+18
* | Improve WORKDIR test to cover more edge casesTianon Gravi2014-03-171-5/+7
* | Add proper support for relative WORKDIR instructionsTianon Gravi2014-03-151-0/+17
|/
* Update integration tests for server pkgMichael Crosby2014-03-141-6/+6
* Add unit test for expose cacheGuillaume J. Charmes2014-03-131-2/+14
* Move image into sub pkgMichael Crosby2014-03-091-1/+2
* forbid chained onbuild, from & maintainer triggersunclejack2014-02-201-0/+42
* Refactor utility `MkBuildContext` to the more generic `archive.Generate`Solomon Hykes2014-02-151-13/+15
* Merge pull request #3524 from tianon/supplementary-groupsVictor Vieux2014-02-101-0/+59
|\
| * Consolidate a bunch of the supplementary-groups tests to cut down on the numb...Tianon Gravi2014-01-311-40/+19
| * Move UserLookup functionality into a separate pkg/user submodule that impleme...Tianon Gravi2014-01-311-0/+80
* | builder: clearly display ONBUILD triggers during a build.Solomon Hykes2014-02-041-2/+2
* | New build instruction: ONBUILD defines a trigger to execute when extending an...Solomon Hykes2014-02-041-0/+16
|/
* Merge pull request #3558 from tianon/buildfile-run-jsonMichael Crosby2014-01-221-0/+25
|\
| * Add support for `RUN [""]` in Dockerfiles for greater specificity in what is ...Tianon Gravi2014-01-111-0/+25
* | Fix support for registry auth with Dockerfile build.Jake Moshenko2014-01-201-3/+3
|/
* Potential fix for ADD .Frank Macreery2014-01-081-0/+20
* Merge pull request #3474 from creack/fix_add_cache_issueGuillaume J. Charmes2014-01-071-10/+76
|\
| * Fix issue with file caching + prevent wrong cache hitGuillaume J. Charmes2014-01-071-0/+15
| * Fix ADD caching issue with . prefixed pathGuillaume J. Charmes2014-01-071-10/+61
* | Merge pull request #3388 from tianon/more-build-testsMichael Crosby2014-01-061-0/+30
|\ \ | |/ |/|
| * Add more TestBuild Dockerfiles, especially for making sure manual RUN echo '#...Tianon Gravi2013-12-301-0/+30
* | Use same error handling while unmarshalling args for CMD and ENTRYPOINTBrian Goff2014-01-061-0/+2
|/
* Merge pull request #2809 from graydon/880-cache-ADD-commands-in-dockerfilesGuillaume J. Charmes2013-12-241-27/+93
|\
| * Add testcases for ADD caching, closes #880.Graydon Hoare2013-12-161-27/+93
* | Return error if Dockerfile is emptyJohannes 'fish' Ziemke2013-12-201-0/+8
|/
* refactor and fix testsVictor Vieux2013-12-091-3/+3
* Fix unit test with new buildfile prototypeGuillaume J. Charmes2013-12-021-3/+3
* Make docker build return exit code of build stepJohannes 'fish' Ziemke2013-12-021-26/+95
* add more searchable info to the error message when ADD tries to go outside th...Sven Dowideit2013-11-231-1/+1
* Integration tests: remove dependency on private APIsVictor Vieux2013-11-141-72/+58
* Move integration tests to integration/, expose missing public methods in the ...Solomon Hykes2013-11-141-0/+577