Skip to content

Commit

Permalink
Merge pull request #2218 from consideRatio/pr/binderhub-stop-our-expl…
Browse files Browse the repository at this point in the history
…icit-bumping

binderhub: stop bumping repo2docker image, use binderhub default
  • Loading branch information
consideRatio authored Feb 17, 2023
2 parents 7a78906 + 54c8e32 commit 38a6e0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
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

0 comments on commit 38a6e0e

Please sign in to comment.