Skip to content

[installer] Move defaultBaseImageRegistryWhitelist out of experimental section #10791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
corneliusludmann opened this issue Jun 21, 2022 · 1 comment · Fixed by #11531
Closed
Labels
team: delivery Issue belongs to the self-hosted team type: improvement Improves an existing feature or existing code

Comments

@corneliusludmann
Copy link
Contributor

corneliusludmann commented Jun 21, 2022

We use defaultBaseImageRegistryWhitelist in production but it is part of the experimental section. We should move this out of experimental and replace all occurrences.

Proposal:

containerRegistry:
  # If you want to pull workspace base images from a private registry (with credentials), you need to make sure the credentials are available in containerRegistry.external.certificate and add this registry to privateBaseImageRegistries.
  privateBaseImageRegistries:
    - my-registry.example.com

I'm open to other naming proposals. However, I would like to avoid the term “whitelist”.

It is likely best to tackle this together with #11408

Value

  • Tech-debt
  • Allows the use of private base images
@lucasvaltl
Copy link
Contributor

Related to #1699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: delivery Issue belongs to the self-hosted team type: improvement Improves an existing feature or existing code
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants