dksweeper

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2019 License: MIT Imports: 5 Imported by: 0

README

Docker Registry Sweeper

A CLI which helps you remove a reference between obsolete Docker images and their blobs for later removing by Docker built-in garbage collection

How to use this CLI

Run from Docker Image
docker run pirsquareff/dksweeper <options>
Options
Option Env Required Description
-u, --username <string s> DOCKER_USERNAME false Username to access Docker Registry
-p, --password <string s> DOCKER_PASSWORD false Password to access Docker Registry
--host <string s> REGISTRY_HOST true Docker Registry host with a protocol (http, https)
-r, --repo <string s> REPOSITORY true Repository for cleanup
--older-than <integer n> OLDER_THAN true Delete images older than this value (in days)
--keep-tag <integer n> KEEP_TAG true Number of tags to be preserved. It's to prevent deleting entire images in a repo. For example, if all the tags are obsolete (by --older-than), this parameter is to make sure that n latest tags will not be unlinked.
--verbose VERBOSE false Print info during processing

How to run garbage collection in Docker Registry

bin/registry garbage-collect /etc/docker/registry/config.yml

Change a path to a config.yml file to match with your configuration. For further information, please consult an official documentation here.

Note: You should ensure that the registry is in read-only mode or not running at all. If you were to upload an image while garbage collection is running, there is the risk that the image’s layers are mistakenly deleted leading to a corrupted image.

License

This project is licensed under the MIT License - see the LICENSE file for details

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL