Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core, dvcr): configure dvcr creds before contatinerd config (#128)
Description Fix the order of configuration steps to ensure that DVCR credentials are configured before merging containerd configurations. Why do we need it, and what problem does it solve? We currently have a bashible step 032_configure_containerd.sh with a weight of 32. This step merges the containerd configurations, which requires correct DVCR (Docker V2 Container Registry) credentials. To solve the problem where DVCR credentials must be configured in advance, this PR introduces a lower weight configuration step that runs before the containerd configuration step. Signed-off-by: yaroslavborbat <[email protected]>
- Loading branch information