Skip to content

Commit

Permalink
Merge pull request #3225 from yuvipanda/buildx
Browse files Browse the repository at this point in the history
Switch to using repo2docker with buildkit for building
  • Loading branch information
yuvipanda authored Feb 14, 2025
2 parents e6afd4f + 44a8414 commit 22b05b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mybinder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22b05b5

Please sign in to comment.