mirror of https://github.com/docker/docs.git
* Hack: move unit tests to a different source image, to work around issues when docker-ut has more than 1 tag.
This commit is contained in:
parent
84f41954ae
commit
b7226316c7
|
|
@ -17,7 +17,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
unitTestImageName = "docker-ut"
|
unitTestImageName = "docker-unit-tests"
|
||||||
unitTestImageId = "e9aa60c60128cad1"
|
unitTestImageId = "e9aa60c60128cad1"
|
||||||
unitTestStoreBase = "/var/lib/docker/unit-tests"
|
unitTestStoreBase = "/var/lib/docker/unit-tests"
|
||||||
testDaemonAddr = "127.0.0.1:4270"
|
testDaemonAddr = "127.0.0.1:4270"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue