Skip to content

Commit cc3e6dc

Browse files
author
Stephan Classen
committed
add circle.md
1 parent 977a98f commit cc3e6dc

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

circle.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# docker-java on circleCI
2+
3+
The build including tests and integration tests can be automatically run on [circleCI](https://circleci.com/).
4+
5+
## Setup
6+
1. create an account on circle CI using your github account.
7+
2. select docker-java from the github projects listed in your profile.
8+
3. go to the project settings for docker-java (click on the gear-wheel icon beside the docker-java title).
9+
4. open the *Environemnt variable* page.
10+
5. add the following environment variables:
11+
- DOCKER_EMAIL
12+
- DOCKER_PASSWORD
13+
- DOCKER_USERNAME
14+
15+
## Ignored Tests
16+
ExecCreateCmdImplTest.execCreateTest
17+
18+
- Exec is not supported by the lxc driver
19+
20+
ExecStartCmdImplTest.execStartTest
21+
22+
- Exec is not supported by the lxc driver
23+
24+
KillContainerCmdImplTest.killContainer
25+
26+
- Killed container has ExitCode 0
27+
28+
ListImagesCmdImplTest.listDanglingImages
29+
30+
- caused by [docker#9939](https://github.com/docker/docker/issues/9939)
31+
32+
RemoveContainerCmdImplTest.removeContainer
33+
34+
- caused by [docker#9939](https://github.com/docker/docker/issues/9939)
35+
36+
RemoveImageCmdImplTest.removeImage
37+
38+
- caused by [docker#9939](https://github.com/docker/docker/issues/9939)
39+
40+
ContainerDiffCmdImplTest.testContainerDiff
41+
42+
- too many diffs [{"Kind":0,"Path":"/dev"} ,{"Kind":1,"Path":"/dev/fuse"} ,{"Kind":1,"Path":"/dev/ptmx"} ,{"Kind":1,"Path":"/dev/tty"} ,{"Kind":1,"Path":"/dev/tty1"} ,{"Kind":1,"Path":"/dev/stdout"} ,{"Kind":1,"Path":"/dev/urandom"} ,{"Kind":1,"Path":"/dev/full"} ,{"Kind":1,"Path":"/dev/kmsg"} ,{"Kind":1,"Path":"/dev/null"} ,{"Kind":1,"Path":"/dev/stdin"} ,{"Kind":1,"Path":"/dev/stderr"} ,{"Kind":1,"Path":"/dev/zero"} ,{"Kind":1,"Path":"/dev/fd"} ,{"Kind":1,"Path":"/dev/random"} ,{"Kind":1,"Path":"/test"} ]
43+
44+
BuildImageCmdImplTest.testDockerIgnore
45+
46+
- ignore is not working
47+
48+
StopContainerCmdImplTest.testStopContainer
49+
50+
- Stopped container has ExitCode 0
51+

0 commit comments

Comments
 (0)