Merge pull request #1489 from dnephin/faster_integration_tests
Faster integration tests
(cherry picked from commit 5231288b4e)
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
Conflicts:
compose/cli/main.py
This commit is contained in:
parent
c1b9a76a54
commit
4911c77134
15 changed files with 151 additions and 111 deletions
1
tests/fixtures/build-ctx/Dockerfile
vendored
1
tests/fixtures/build-ctx/Dockerfile
vendored
|
|
@ -1,2 +1,3 @@
|
|||
FROM busybox:latest
|
||||
LABEL com.docker.compose.test_image=true
|
||||
CMD echo "success"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
FROM busybox
|
||||
FROM busybox:latest
|
||||
LABEL com.docker.compose.test_image=true
|
||||
VOLUME /data
|
||||
CMD top
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
FROM busybox:latest
|
||||
LABEL com.docker.compose.test_image=true
|
||||
ENTRYPOINT echo "From prebuilt entrypoint"
|
||||
|
|
|
|||
1
tests/fixtures/simple-dockerfile/Dockerfile
vendored
1
tests/fixtures/simple-dockerfile/Dockerfile
vendored
|
|
@ -1,2 +1,3 @@
|
|||
FROM busybox:latest
|
||||
LABEL com.docker.compose.test_image=true
|
||||
CMD echo "success"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue