Victor Vieux
|
2aff119baa
Revert "refactor build job to know only configFile"
|
11 년 전 |
Alexander Larsson
|
359b7df5d2
Rename runtime/* to daemon/*
|
11 년 전 |
Victor Vieux
|
b9731bccf2
refactor build job to know only configFile
|
11 년 전 |
unclejack
|
5b9c8607d9
Merge pull request #4759 from crosbymichael/comments-in-buildfile
|
11 년 전 |
Michael Crosby
|
67af7b3fb0
Strip comments before parsing line continuations
|
11 년 전 |
Michael Crosby
|
0fb01fd8fe
Follow symlinks inside container root for build's ADD
|
11 년 전 |
Tianon Gravi
|
c1f492755b
Improve WORKDIR test to cover more edge cases
|
11 년 전 |
Tianon Gravi
|
054b85a7b2
Add proper support for relative WORKDIR instructions
|
11 년 전 |
Michael Crosby
|
8cf0b80a78
Update integration tests for server pkg
|
11 년 전 |
Guillaume J. Charmes
|
7b89af2a08
Add unit test for expose cache
|
11 년 전 |
Michael Crosby
|
82a5439835
Move image into sub pkg
|
11 년 전 |
unclejack
|
b829e96cde
forbid chained onbuild, from & maintainer triggers
|
11 년 전 |
Solomon Hykes
|
9b56da78e0
Refactor utility `MkBuildContext` to the more generic `archive.Generate`
|
11 년 전 |
Victor Vieux
|
2dcb48af0f
Merge pull request #3524 from tianon/supplementary-groups
|
11 년 전 |
Solomon Hykes
|
ded9e0d6df
builder: clearly display ONBUILD triggers during a build.
|
11 년 전 |
Solomon Hykes
|
9f994c9646
New build instruction: ONBUILD defines a trigger to execute when extending an image with a new build
|
11 년 전 |
Tianon Gravi
|
e8963748fc
Consolidate a bunch of the supplementary-groups tests to cut down on the number of RUN lines in a single Dockerfile within TestBuild
|
11 년 전 |
Tianon Gravi
|
ee93f6185b
Move UserLookup functionality into a separate pkg/user submodule that implements proper parsing of /etc/passwd and /etc/group, and use that to add support for "docker run -u user:group" and for getting supplementary groups (if ":group" is not specified)
|
11 년 전 |
Michael Crosby
|
2a6e93a6fb
Merge pull request #3558 from tianon/buildfile-run-json
|
11 년 전 |
Jake Moshenko
|
6e6ff85362
Fix support for registry auth with Dockerfile build.
|
11 년 전 |
Tianon Gravi
|
fd78128870
Add support for `RUN [""]` in Dockerfiles for greater specificity in what is actually executed
|
11 년 전 |
Frank Macreery
|
93ff70a3e7
Potential fix for ADD .
|
11 년 전 |
Guillaume J. Charmes
|
bb76985d39
Merge pull request #3474 from creack/fix_add_cache_issue
|
11 년 전 |
Guillaume J. Charmes
|
f3103e5c91
Fix issue with file caching + prevent wrong cache hit
|
11 년 전 |
Guillaume J. Charmes
|
811341423b
Fix ADD caching issue with . prefixed path
|
11 년 전 |
Michael Crosby
|
bb754fd34d
Merge pull request #3388 from tianon/more-build-tests
|
11 년 전 |
Brian Goff
|
323c4b5211
Use same error handling while unmarshalling args for CMD and ENTRYPOINT
|
11 년 전 |
Tianon Gravi
|
c6dcee329d
Add more TestBuild Dockerfiles, especially for making sure manual RUN echo '#!...' continues to work correctly
|
11 년 전 |
Guillaume J. Charmes
|
efaf2cac5c
Merge pull request #2809 from graydon/880-cache-ADD-commands-in-dockerfiles
|
11 년 전 |
Johannes 'fish' Ziemke
|
f7ba1c34bb
Return error if Dockerfile is empty
|
11 년 전 |