We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa0646 commit 8cd2bcbCopy full SHA for 8cd2bcb
binderhub/app.py
@@ -445,7 +445,7 @@ def _pod_quota_deprecated(self, change):
445
446
image_prefix_push = Unicode(
447
help="""
448
- Prefix for built docker images push to container registry.
+ Prefix for built docker images being pushed to the to container registry.
449
450
If you are pushing to gcr.io, this would start with:
451
gcr.io/<your-project-name>/
@@ -463,7 +463,7 @@ def _image_prefix_push_default(self):
463
464
image_prefix_pull = Unicode(
465
466
- Prefix for built docker images pull from container registry.
+ Prefix for built docker images being pulled from container registry.
467
468
469
0 commit comments