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

Rely on docker-image-cleaner in external repo #1391

Merged
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
4 changes: 2 additions & 2 deletions helm-chart/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ dind:
imageCleaner:
enabled: true
image:
name: jupyterhub/k8s-image-cleaner
tag: 'local'
name: quay.io/jupyterhub/docker-image-cleaner
consideRatio marked this conversation as resolved.
Show resolved Hide resolved
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.