Skip to content

Commit

Permalink
Merge pull request #1391 from consideRatio/pr/use-external-image-cleaner
Browse files Browse the repository at this point in the history
Rely on docker-image-cleaner in external repo
  • Loading branch information
consideRatio authored Oct 7, 2021
2 parents ee9ed7f + dd4845b commit 94183ea
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 274 deletions.
4 changes: 2 additions & 2 deletions helm-chart/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ dind:
imageCleaner:
enabled: true
image:
name: jupyterhub/k8s-image-cleaner
tag: 'local'
name: quay.io/jupyterhub/docker-image-cleaner
tag: 1.0.0-alpha.1
# delete an image at most every 5 seconds
delay: 5
# Interpret threshold values as percentage or bytes
Expand Down
2 changes: 0 additions & 2 deletions helm-chart/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ charts:
resetTag: local
resetVersion: 0.2.0
images:
image-cleaner:
valuesPath: imageCleaner.image
binderhub:
# We will not use the default build contextPath, and must therefore
# specify the dockerfilePath explicitly.
Expand Down
9 changes: 0 additions & 9 deletions helm-chart/images/image-cleaner/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions helm-chart/images/image-cleaner/README.md

This file was deleted.

255 changes: 0 additions & 255 deletions helm-chart/images/image-cleaner/image-cleaner.py

This file was deleted.

2 changes: 0 additions & 2 deletions helm-chart/images/image-cleaner/requirements.txt

This file was deleted.

0 comments on commit 94183ea

Please sign in to comment.