Skip to content
Snippets Groups Projects
Commit b7226316 authored by Solomon Hykes's avatar Solomon Hykes
Browse files

* Hack: move unit tests to a different source image, to work around issues...

* Hack: move unit tests to a different source image, to work around issues when docker-ut has more than 1 tag.
parent 84f41954
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment