mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
Set plugins used in tests back to original names
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: f4798b98fc2c8d3d7688fdd7c1a055f452c29770 Component: engine
This commit is contained in:
@@ -15,8 +15,8 @@ import (
|
||||
|
||||
var (
|
||||
pluginProcessName = "sample-volume-plugin"
|
||||
pName = "tonistiigi/sample-volume-plugin"
|
||||
npName = "tonistiigi/test-docker-netplugin"
|
||||
pName = "tiborvass/sample-volume-plugin"
|
||||
npName = "tiborvass/test-docker-netplugin"
|
||||
pTag = "latest"
|
||||
pNameWithTag = pName + ":" + pTag
|
||||
npNameWithTag = npName + ":" + pTag
|
||||
|
||||
Reference in New Issue
Block a user