You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add configuration for building images from private repositories (#4428)
* feat: add configuration options for building image from private repositories
* feat: add configuration for session private image pull secret
This supplements the building part allowing to use independent
secrets for pushing during build and pulling for session
creation.
This secret is not accessible by the user.
* refactor: move private repo build support under a feature flag
Renku admins thus have the choice to provide builds only for
public repositories or for both.
* chore: add documentation for admins
* chore: add changelog entries for values file
---------
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
* DELETE `enableInternalGitlab`, it is now not possible to configure Renku to use an "internal" GitLab instance. Admins can set up a GitLab integration instead.
11
+
* NEW `dataService.imageBuilders.privateRepositoryBuilds.enabled` feature flag to enable building images from private code repositories (defaults to `false`)
12
+
* NEW `dataService.imageBuilders.privateRepositoryBuilds` other configuration options for building images from private code repositories.
0 commit comments