Skip to content

Commit 3336f5e

Browse files
authored
Merge pull request #3228 from jupyterhub/revert-3225-buildx
Revert "Switch to using repo2docker with buildkit for building"
2 parents 32f5667 + 644c42e commit 3336f5e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.3704.h3883aac1"
11+
version: "1.0.0-0.dev.git.3688.h7031b344"
1212
repository: https://jupyterhub.github.io/helm-chart
1313
condition: binderhubEnabled
1414

mybinder/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ binderhub:
224224
})();
225225
}
226226
KubernetesBuildExecutor:
227-
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-114.g80d186a
227+
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-79.gb0cfd45
228+
memory_limit: "6G"
229+
memory_request: "2G"
228230

229231
extraConfig:
230232
# Send Events to StackDriver on Google Cloud

0 commit comments

Comments
 (0)