feat(containers): add option to run system prune (#1523)

Co-authored-by: Gideon <87426140+GideonBear@users.noreply.github.com>
This commit is contained in:
Jason Stelzer
2025-11-17 14:39:54 -05:00
committed by GitHub
parent f9735f3b31
commit 9a55278d32
3 changed files with 22 additions and 1 deletions

View File

@@ -342,6 +342,10 @@
# Specify the runtime to use for containers (default: "docker", allowed values: "docker", "podman")
# runtime = "podman"
# Run 'docker system prune' to clean up unused containers, networks, and build cache
# (default: false)
# system_prune = false
[lensfun]
# If disabled, Topgrade invokes `lensfunupdatedata` without root privilege,
# then the update will be only available to you. Otherwise, `sudo` is required,