All environment variables configuring the docker-image-cleaner has been renamed but have the same functionality.
Before | After |
---|---|
NODE_NAME |
DOCKER_IMAGE_CLEANER_NODE_NAME |
PATH_TO_CHECK |
DOCKER_IMAGE_CLEANER_PATH_TO_CHECK |
IMAGE_GC_INTERVAL |
DOCKER_IMAGE_CLEANER_INTERVAL_SECONDS |
IMAGE_GC_DELAY |
DOCKER_IMAGE_CLEANER_DELAY_SECONDS |
IMAGE_GC_THRESHOLD_TYPE |
DOCKER_IMAGE_CLEANER_THRESHOLD_TYPE |
IMAGE_GC_THRESHOLD_HIGH |
DOCKER_IMAGE_CLEANER_THRESHOLD_HIGH |
IMAGE_GC_THRESHOLD_LOW |
DOCKER_IMAGE_CLEANER_THRESHOLD_LOW |
- breaking, maint: prefix env vars with project name #55 (@consideRatio)
- pre-commit: use isort over reorder-python-imports #53 (@consideRatio)
- Bump actions/setup-python from 3 to 4 #50 (@dependabot)
- Refreeze Dockerfile's requirements.txt #58 (@jupyterhub-bot)
- ci: fix detail in refreeze requirements.txt workflow #57 (@consideRatio)
- image: use frozen requirements.txt and automate updates of it #56 (@consideRatio)
- breaking, maint: require py38+ #54 (@consideRatio)
(GitHub contributors page for this release)
@consideRatio | @dependabot | @jupyterhub-bot | @minrk | @welcome | @yuvipanda
- use docker system prune to clean images #37 (@minrk, @consideRatio, @betatim)
- Bump kubernetes from 23.3.0 to 23.6.0 #47 (@dependabot, @consideRatio)
- Bump kubernetes from 21.7.0 to 23.3.0 #32 (@dependabot, @minrk)
- Bump kubernetes from 20.13.0 to 21.7.0 #23 (@dependabot, @consideRatio)
- Bump kubernetes from 19.15.0 to 20.13.0 #21 (@dependabot, @consideRatio)
- Bump kubernetes from 18.20.0 to 19.15.0 #17 (@dependabot, @consideRatio)
(GitHub contributors page for this release)
@betatim | @consideRatio | @minrk | @yuvipanda
Initial fixes to make it function properly in jupyterhub/binderhub and jupyterhub/mybinder.org-deploy.
This script has lived by itself as part of jupyterhub/binderhub until now, but going onwards it is to live in this standalone GitHub repository and be published as a PyPI package and Docker image on quay.io.