mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue