Commit d894c3f
authored
Use regctl to read MW version label without pulling image (#596)
Replace docker pull + docker inspect with regctl image config to
extract the MW_VERSION label from CanastaBase. This reads the label
directly from the registry manifest (~KB) instead of downloading the
full ~700MB image, reducing the step from ~30s to a few seconds.1 parent a31443d commit d894c3f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments