Skip to content

Commit 62bee99

Browse files
authored
Merge pull request #2009 from minrk/bump-image-prefix
JupyterLab 3.0: bump image prefix across the federation
2 parents eee0ad8 + 409188d commit 62bee99

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

config/ovh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ binderhub:
88
badge_base_url: https://mybinder.org
99
sticky_builds: true
1010
use_registry: true
11-
image_prefix: 3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-
11+
image_prefix: 3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-r2d-g5b5b759
1212
DockerRegistry:
1313
# Docker Registry uses harbor
1414
# ref: https://github.com/goharbor/harbor/wiki/Harbor-FAQs#api

config/staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ binderhub:
55
BinderHub:
66
hub_url: https://hub.gke2.staging.mybinder.org
77
badge_base_url: https://staging.mybinder.org
8-
image_prefix: gcr.io/binderhub-288415/r2d-staging-72d7634-
8+
image_prefix: gcr.io/binderhub-288415/r2d-staging-g5b5b759-
99
sticky_builds: true
1010
build_memory_limit: "2G"
1111
extraEnv:

config/turing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ binderhub:
1313
sticky_builds: true
1414
# Docker Hub registry for Turing
1515
use_registry: true
16-
image_prefix: turingmybinder/binder-prod-
16+
image_prefix: turingmybinder/binder-prod-r2d-g5b5b759-
1717

1818
replicas: 1
1919

mybinder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ dependencies:
4444
# Source code: https://github.com/jupyterhub/binderhub/tree/master/helm-chart
4545
# App changelog: https://github.com/jupyterhub/binderhub/blob/master/CHANGES.md
4646
- name: binderhub
47-
version: 0.2.0-n671.hbe94c46
47+
version: 0.2.0-n676.h0cbee48
4848
repository: https://jupyterhub.github.io/helm-chart

mybinder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ binderhub:
9898
- ^(git|https?)%3A%2F%2Fnotabug.org%2FulslcuRux3Y%2F.*
9999
BinderHub:
100100
use_registry: true
101-
build_image: quay.io/jupyterhub/repo2docker:2021.08.0-8.gf1d01b6
101+
build_image: quay.io/jupyterhub/repo2docker:2021.08.0-10.g5b5b759
102102
per_repo_quota: 100
103103
per_repo_quota_higher: 200
104104
build_memory_limit: "3G"

0 commit comments

Comments
 (0)