From c09642cbe01163a119287589178b987cc9ff767f Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 14 Feb 2025 09:40:08 -0800 Subject: [PATCH] Switch to using repo2docker with buildkit for building Brings in: repo2docker (among others): - https://github.com/jupyterhub/repo2docker/pull/1402 - https://github.com/jupyterhub/repo2docker/pull/1413 binderhub: - https://github.com/jupyterhub/binderhub/pull/1929 - https://github.com/jupyterhub/binderhub/pull/1930 Note that this *could* cause some issues for the very few repos that depend on internal details of the non buildx old builder. For example, see https://github.com/scikit-learn/scikit-learn/pull/30835 --- mybinder/Chart.yaml | 2 +- mybinder/values.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index c6db6fe96..771097ca3 100644 --- a/mybinder/Chart.yaml +++ b/mybinder/Chart.yaml @@ -8,7 +8,7 @@ dependencies: # Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart # App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md - name: binderhub - version: "1.0.0-0.dev.git.3688.h7031b344" + version: "1.0.0-0.dev.git.3704.h3883aac1" repository: https://jupyterhub.github.io/helm-chart condition: binderhubEnabled diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 8eb5fa52e..06128fb5b 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -217,9 +217,7 @@ binderhub: })(); } KubernetesBuildExecutor: - build_image: quay.io/jupyterhub/repo2docker:2024.07.0-79.gb0cfd45 - memory_limit: "6G" - memory_request: "2G" + build_image: quay.io/jupyterhub/repo2docker:2024.07.0-114.g80d186a extraConfig: # Send Events to StackDriver on Google Cloud