Skip to content
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

Implement support for image pull secrets for build pod #1806

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

sgaist
Copy link
Contributor

@sgaist sgaist commented Dec 13, 2023

This merge request implements the configuration option required for the build pod to also be able to use images from private registries.

The other components that are deployed through helm already have that support but the build pod being generated does not.

Fixes #1805

This new KubernetesBuildExecutor specific option allows to set a list
of image pull secret so that the build pod can also access private registries
to retrieve the image it uses.
@manics manics merged commit 34996b3 into jupyterhub:main Dec 15, 2023
13 checks passed
@sgaist sgaist deleted the build_image_pull_secrets branch December 15, 2023 12:31
consideRatio pushed a commit to jupyterhub/helm-chart that referenced this pull request Dec 15, 2023
jupyterhub/binderhub#1806 Merge pull request #1806 from sgaist/build_image_pull_secrets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for image pull secrets to build pod
3 participants