Commit b2d2ba6
committed
Fix container image detection for aarch64
It seems that on newer Docker (e.g. 28.0.4) the container image built
on the local system on an 64-bit Arm systems returns the architecture
variant just like on 32-bit Arm (but v8 in this case). This is not
expected by the current code. To make Supervisor detect the image
correctly on new and old Docker versions, use substring matching.1 parent 406348c commit b2d2ba6
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
482 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
483 | 491 | | |
484 | 492 | | |
485 | 493 | | |
| |||
0 commit comments