* Hack: move unit tests to a different source image, to work around issues when docker-ut has more than 1 tag.
Upstream-commit: b7226316c716daf7648b2dc4de829f866a4377b5 Component: engine
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
unitTestImageName = "docker-ut"
|
||||
unitTestImageName = "docker-unit-tests"
|
||||
unitTestImageId = "e9aa60c60128cad1"
|
||||
unitTestStoreBase = "/var/lib/docker/unit-tests"
|
||||
testDaemonAddr = "127.0.0.1:4270"
|
||||
|
||||
Reference in New Issue
Block a user