File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,6 @@ const (
134
134
Etcd
135
135
// GBFrontend image
136
136
GBFrontend
137
- // GBRedisSlave image
138
- GBRedisSlave
139
137
// Httpd image
140
138
Httpd
141
139
// HttpdNew image
@@ -214,7 +212,6 @@ func initImageConfigs() map[int]Config {
214
212
configs [EchoServer ] = Config {e2eRegistry , "echoserver" , "2.2" }
215
213
configs [Etcd ] = Config {gcRegistry , "etcd" , "3.3.10" }
216
214
configs [GBFrontend ] = Config {sampleRegistry , "gb-frontend" , "v6" }
217
- configs [GBRedisSlave ] = Config {sampleRegistry , "gb-redisslave" , "v3" }
218
215
configs [Httpd ] = Config {dockerLibraryRegistry , "httpd" , "2.4.38-alpine" }
219
216
configs [HttpdNew ] = Config {dockerLibraryRegistry , "httpd" , "2.4.39-alpine" }
220
217
configs [Invalid ] = Config {gcRegistry , "invalid-image" , "invalid-tag" }
You can’t perform that action at this time.
0 commit comments