Skip to content

feat: private repo support and docker updates

Boros Gábor requested to merge gabor/private-repo-and-docker into main

Description

This MR upgrades the docker and GitLab runner-related dependencies and adds the ability of cloning private theme repositories and private pip dependencies.

Supporting information

https://tasks.opencraft.com/browse/SE-5934

Testing instructions

Steps to test the changes:

  1. Check the SSH (private) key existence, private theme definition and private package definition in the grove.yml config.
  2. Validate the pipeline is green : https://gitlab.com/opencraft/ops/grove-stage-digitalocean/-/pipelines/821524110

Dependencies

N/A

Screenshots

If applicable, add screenshots to help explain your feature.

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated

Additional context

N/A

Merge request reports