Skip to content
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

binderhub: stop bumping repo2docker image, use binderhub default #2218

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
8 changes: 0 additions & 8 deletions .github/workflows/bump-image-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
# For each new config_path to monitor, add a new item in this matrix.
# The Action can read multiple paths to images, but not multiple config files.
#
# Bump repo2docker image in BinderHub helm chart
- name: "BinderHub/repo2docker bump"
config_path: "helm-charts/binderhub/values.yaml"
# We use regex to select any image tag that begins with a number since
# repo2docker is tagged something like YYYY.MM.N-NN.hash. This will
# explicitly ignore the 'main' tag.
images_info: '[{"values_path": ".binderhub.config.BinderHub.build_image", "regexpr": "^[0-9].*"}]'

# Bump images in openscapes cluster
- name: "OpenScapes profiles"
config_path: "config/clusters/openscapes/common.values.yaml"
Expand Down
1 change: 0 additions & 1 deletion helm-charts/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ binderhub:
config:
BinderHub:
use_registry: true
build_image: "quay.io/jupyterhub/repo2docker:2022.10.0-91.g326dc92"
per_repo_quota: 150
build_node_selector:
# Build user images only on user nodes, not dask or core nodes
Expand Down