Commit c3afbaf
committed
Use sourceRegistry from deps.yaml for sorbet/drctl in ctst Dockerfile
The ctst Dockerfile hardcoded ghcr.io/scality as the registry for sorbet
and drctl images, ignoring the sourceRegistry field in deps.yaml. This
meant changing sourceRegistry (e.g. to a playground fork) had no effect
on CI test builds.
Extract the full image path (sourceRegistry + image) from deps.yaml
using yq in the workflow, and pass it as Docker build args. The
Dockerfile now uses SORBET_IMAGE and DRCTL_IMAGE ARGs with
backward-compatible defaults.
Issue: ZENKO-52201 parent 0bdf979 commit c3afbaf
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| 428 | + | |
428 | 429 | | |
429 | | - | |
| 430 | + | |
| 431 | + | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| |||
437 | 439 | | |
438 | 440 | | |
439 | 441 | | |
| 442 | + | |
440 | 443 | | |
| 444 | + | |
441 | 445 | | |
442 | 446 | | |
443 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
5 | | - | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments