Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9.1
Description
The MiscApiLiveTest.testBuildImageFromDockerfile() test is very expensive one. The Dockerfile used in it is based on ubuntu:14.04 and makes apt-get update as a first step. Then it installs openssh-server. It means a lot of networking on the background.
We could try to change the Dockerfile to be based on busybox image and add dropbear as an SSH server into it.