Skip to content

Commit f86e095

Browse files
authored
Merge pull request #3231 from jupyterhub/revert-3228-revert-3225-buildx
Revert "Revert "Switch to using repo2docker with buildkit for building""
2 parents 00da4d8 + 88a4ae7 commit f86e095

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
@@ -224,9 +224,7 @@ binderhub:
224224
})();
225225
}
226226
KubernetesBuildExecutor:
227-
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-79.gb0cfd45
228-
memory_limit: "6G"
229-
memory_request: "2G"
227+
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-114.g80d186a
230228

231229
extraConfig:
232230
# Send Events to StackDriver on Google Cloud

0 commit comments

Comments
 (0)