mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add a docker build helper for cleaning up untagged images.
This commit is contained in:
parent
5b7b011203
commit
dacac9ca1d
3 changed files with 48 additions and 0 deletions
9
docker/extras/docker-cleanup-dangling-images.timer
Normal file
9
docker/extras/docker-cleanup-dangling-images.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Run docker-cleanup-dangling-images.service daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 10:00:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue