Solomon Hykes
|
07e09d57af
Increase readbility of unit tests by using mkRuntime everywhere
|
11 years ago |
Michael Crosby
|
b7a3fc687e
Add rm option to docker build to remove intermediate containers
|
12 years ago |
Michael Crosby
|
bd0e4fde9a
Merge pull request #1838 from jmcvetta/multiline_dockerfile
|
12 years ago |
Jason McVetta
|
c01f6df43e
Test dockerfile with line containing literal "\n"
|
12 years ago |
Jason McVetta
|
672f1e0683
failing test case for multiline command in dockerfile
|
12 years ago |
Martin Redmond
|
8374dac021
From FIXME: local path for ADD
|
12 years ago |
Victor Vieux
|
5ee3c58d25
Add USER instruction
|
12 years ago |
Michael Crosby
|
3104fc8d33
Forbid certain paths within docker build ADD
|
12 years ago |
Isao Jonas
|
d00fb40967
added tests for 1405
|
12 years ago |
Michael Crosby
|
b9f0695924
Add unit tests for build no cache
|
12 years ago |
Michael Crosby
|
3a123bc479
Add no cache for docker build
|
12 years ago |
Fareed Dudhia
|
d86898b014
Fixes 1136; Reopened from 1175 with latest changes.
|
12 years ago |
Caleb Spare
|
2b0ebf5d32
Buildfile: for ADD command, determine filename from URL.
|
12 years ago |
Caleb Spare
|
f236e62d9d
Test pulling remote files using ADD in a buildfile.
|
12 years ago |
Michael Crosby
|
e7f3f6fa5a
Add unit tests for buildfile config instructions
|
12 years ago |
Guillaume J. Charmes
|
de563a3ea3
Merge pull request #1194 from crosbymichael/build-verbose
|
12 years ago |
Solomon Hykes
|
2cbf2200ac
Merge pull request #1195 from dotcloud/tests-cleanup
|
12 years ago |
Solomon Hykes
|
6bdb6f226b
Simplify unit tests code with mkRuntime()
|
12 years ago |
Michael Crosby
|
49044a9608
Fix buildfile tests after rebase
|
12 years ago |
Michael Crosby
|
474191dd7b
Add verbose output to docker build
|
12 years ago |
Michael Crosby
|
40f1e4edbe
Rebased changes buildfile_test
|
12 years ago |
Michael Crosby
|
1267e15b0f
Add unittest for volume config verification
|
12 years ago |
Michael Crosby
|
eb9fef2c42
Add VOLUME instruction to buildfile
|
12 years ago |
Guillaume J. Charmes
|
e43ef364cb
Remove all network dependencies from the test suite
|
12 years ago |
Caleb Spare
|
19121c16d9
Implement several golint suggestions, including:
|
12 years ago |
Caleb Spare
|
1cf9c80e97
Mutex style change.
|
12 years ago |
Victor Vieux
|
ebba0a6024
add sleep in tests and go fmt
|
12 years ago |
Michael Crosby
|
b16ff9f859
Add Entrypoint to builder and container config
|
12 years ago |
Solomon Hykes
|
273e0d42b7
* Hack: change builder tests to always use the current unit test image, instead of hardcoding 'docker-ut'
|
12 years ago |
Louis Opter
|
aa8ea84d11
Fix a nil dereference in buildfile_test.go
|
12 years ago |