Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 820 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 820 Bytes

Docker registry with cleanup

This docker image uses the registry docker image as a base and extends it with a regular cleanup taken from here.

Configuration

The only configuration option is the CLEANUP_CRON environment variable, where the time when the cleanup shall happen can be defined (in typical cron definiton, like for example 0 0 * * *, which is also the default and means every day on midnight).

Usage

Use the image in your docker/compose/kubernetes projects with the address ghcr.io/dodevops/docker-registry-with-cleanup:main for the latest image. Other versions can be found under container packages