Skip to content

Commit 44a8414

Browse files
committed
Switch to using repo2docker with buildkit for building
Brings in: repo2docker (among others): - jupyterhub/repo2docker#1402 - jupyterhub/repo2docker#1413 binderhub: - jupyterhub/binderhub#1929 - jupyterhub/binderhub#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 scikit-learn/scikit-learn#30835 We also remove memory limits, as those are not supported right now via the docker buildx build. We will need to add support for custom buildkit builders in binderhub, and then we can use those.
1 parent e6afd4f commit 44a8414

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mybinder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart
99
# App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md
1010
- name: binderhub
11-
version: "1.0.0-0.dev.git.3688.h7031b344"
11+
version: "1.0.0-0.dev.git.3704.h3883aac1"
1212
repository: https://jupyterhub.github.io/helm-chart
1313
condition: binderhubEnabled
1414

mybinder/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,7 @@ binderhub:
217217
})();
218218
}
219219
KubernetesBuildExecutor:
220-
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-79.gb0cfd45
221-
memory_limit: "6G"
222-
memory_request: "2G"
220+
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-114.g80d186a
223221

224222
extraConfig:
225223
# Send Events to StackDriver on Google Cloud

0 commit comments

Comments
 (0)