Skip to content

JupyterLab 3.0: bump image prefix across the federation #2009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/ovh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ binderhub:
badge_base_url: https://mybinder.org
sticky_builds: true
use_registry: true
image_prefix: 3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-
image_prefix: 3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-r2d-g5b5b759
DockerRegistry:
# Docker Registry uses harbor
# ref: https://github.com/goharbor/harbor/wiki/Harbor-FAQs#api
Expand Down
2 changes: 1 addition & 1 deletion config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ binderhub:
BinderHub:
hub_url: https://hub.gke2.staging.mybinder.org
badge_base_url: https://staging.mybinder.org
image_prefix: gcr.io/binderhub-288415/r2d-staging-72d7634-
image_prefix: gcr.io/binderhub-288415/r2d-staging-g5b5b759-
sticky_builds: true
build_memory_limit: "2G"
extraEnv:
Expand Down
2 changes: 1 addition & 1 deletion config/turing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ binderhub:
sticky_builds: true
# Docker Hub registry for Turing
use_registry: true
image_prefix: turingmybinder/binder-prod-
image_prefix: turingmybinder/binder-prod-r2d-g5b5b759-

replicas: 1

Expand Down
2 changes: 1 addition & 1 deletion mybinder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies:
# Source code: https://github.com/jupyterhub/binderhub/tree/master/helm-chart
# App changelog: https://github.com/jupyterhub/binderhub/blob/master/CHANGES.md
- name: binderhub
version: 0.2.0-n671.hbe94c46
version: 0.2.0-n676.h0cbee48
repository: https://jupyterhub.github.io/helm-chart
2 changes: 1 addition & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ binderhub:
- ^(git|https?)%3A%2F%2Fnotabug.org%2FulslcuRux3Y%2F.*
BinderHub:
use_registry: true
build_image: quay.io/jupyterhub/repo2docker:2021.08.0-8.gf1d01b6
build_image: quay.io/jupyterhub/repo2docker:2021.08.0-10.g5b5b759
per_repo_quota: 100
per_repo_quota_higher: 200
build_memory_limit: "3G"
Expand Down