From 3889397ce80838a0f2d5b8e80519418cc1c28ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Tue, 20 Jul 2021 12:56:00 +0100 Subject: [PATCH] Extend container_cleanup description --- CONTENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTENTS.md b/CONTENTS.md index 4d29f5c3..34556d42 100644 --- a/CONTENTS.md +++ b/CONTENTS.md @@ -60,7 +60,9 @@ Generates and updates OBS products for openSUSE and SLE. It generates package li #### container_cleaner -Cleans up the `maintenance_release` projects for containers +Clean old containers from a given project like +[openSUSE:Containers:Tumbleweed](https://build.opensuse.org/project/show/openSUSE:Containers:Tumbleweed). +Only those containers providing binaries to the latest five versions for each architecture are kept. * Sources: [container_cleaner.py](container_cleaner.py) * Documentation: --