Closed dani-docker closed 4 years ago
shouldn't the tests now be passing, though?
shouldn't the tests now be passing, though?
@dperny unfortunately some tests are still failing and looks like they have been failing for a while. I already root caused 3 and still working on the rest . I will open separate PRs. Forgot to mention; before the image change, everything was failing as dind was not even working
Currently swarm build uses a swarm image that from this repo/branch https://github.com/aluzzardi/dind/tree/dev However we no longer use the
docker-
prefix forrunc
andcontainerd
and that is currently causing the dind image to fail to start the daemon.In this PR, I moved the Dockerfile to swarm repo and fixed the file names. In addition, test helper function.
cc: @thaJeztah @dperny @thaJeztah : Can you help setting the auto build, once we have an image on hub, I will update jenkins.
Signed-off-by: Dani Louca dani.louca@docker.com