Address feedback in PR. Move to images, etc.

Also fixes embarrassing compilation error; reminding me not to rewrite patches *after* testing, without re-testing.
This commit is contained in:
pidster
2016-04-21 16:52:13 +01:00
parent 9e59a3eace
commit 6b5e39ff02

View File

@@ -250,17 +250,16 @@ func FilterApplication(r Renderer) Renderer {
}
var systemContainerNames = map[string]struct{}{
"weavescope": {},
"weavedns": {},
"weave": {},
"weaveproxy": {},
"weaveexec": {},
"ecs-agent": {},
"swarm-agent" {},
"swarm-agent-master" {},
"weavescope": {},
"weavedns": {},
"weave": {},
"weaveproxy": {},
"weaveexec": {},
"ecs-agent": {},
}
var systemImagePrefixes = map[string]struct{}{
"/swarm": {},
"weaveworks/scope": {},
"weaveworks/weavedns": {},
"weaveworks/weave": {},