Skip to content

Commit

Permalink
Merge pull request jupyterhub#1762 from yuvipanda/update-r2d
Browse files Browse the repository at this point in the history
Update default repo2docker version used
  • Loading branch information
consideRatio authored Oct 3, 2023
2 parents 9e3ebef + 9d22a1c commit f631141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binderhub/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def _default_build_namespace(self):
return os.environ.get("BUILD_NAMESPACE", "default")

build_image = Unicode(
"quay.io/jupyterhub/repo2docker:2022.10.0",
"quay.io/jupyterhub/repo2docker:2023.06.0",
help="""
DEPRECATED: Use c.KubernetesBuildExecutor.build_image
Expand Down
2 changes: 1 addition & 1 deletion binderhub/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _default_namespace(self):
return os.getenv("BUILD_NAMESPACE", "default")

build_image = Unicode(
"quay.io/jupyterhub/repo2docker:2022.10.0",
"quay.io/jupyterhub/repo2docker:2023.06.0",
help="Docker image containing repo2docker that is used to spawn the build pods.",
config=True,
)
Expand Down

0 comments on commit f631141

Please sign in to comment.