Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
51 lines (30 loc) · 1.79 KB

File metadata and controls

51 lines (30 loc) · 1.79 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

docker-java on circleCI

The build including tests and integration tests can be automatically run on circleCI.

Setup

  1. create an account on circle CI using your github account.
  2. select docker-java from the github projects listed in your profile.
  3. go to the project settings for docker-java (click on the gear-wheel icon beside the docker-java title).
  4. open the Environment variable page.
  5. add the following environment variables:
  • DOCKER_EMAIL
  • DOCKER_PASSWORD
  • DOCKER_USERNAME

Ignored Tests

ExecCreateCmdImplTest.execCreateTest

  • Exec is not supported by the lxc driver

ExecStartCmdImplTest.execStartTest

  • Exec is not supported by the lxc driver

KillContainerCmdImplTest.killContainer

  • Killed container has ExitCode 0

ListImagesCmdImplTest.listDanglingImages

RemoveContainerCmdImplTest.removeContainer

RemoveImageCmdImplTest.removeImage

ContainerDiffCmdImplTest.testContainerDiff

  • 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"} ]

BuildImageCmdImplTest.testDockerIgnore

  • ignore is not working

StopContainerCmdImplTest.testStopContainer

  • Stopped container has ExitCode 0
Morty Proxy This is a proxified and sanitized view of the page, visit original site.