This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Commit e8f7a1a
authored
fix(docker): fix the issue of fetching docker images (#6372)
* test(docker): add a test to demonstrate the issue of fetching docker images due to `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1`
* fix(docker): fix the issue of fetching docker images due to `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1`1 parent f0abfea commit e8f7a1a
File tree
2 files changed
+32
-1
lines changed- clouddriver-docker/src
- main/groovy/com/netflix/spinnaker/clouddriver/docker/registry/api/v2/client
- test/java/com/netflix/spinnaker/clouddriver/docker/registry/api/v2/client
2 files changed
+32
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
| 503 | + | |
503 | 504 | | |
504 | 505 | | |
505 | 506 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
251 | 281 | | |
0 commit comments