Skip to content

Commit 22b05b5

Browse files
authored
Merge pull request #3225 from yuvipanda/buildx
Switch to using repo2docker with buildkit for building
2 parents e6afd4f + 44a8414 commit 22b05b5

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)