mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #495] [MERGED] Command to cleanup docker images #795
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/495
Author: @Boy132
Created: 7/18/2024
Status: ✅ Merged
Merged: 7/20/2024
Merged by: @Boy132
Base:
main← Head:feature/docker-image-cleanup📝 Commits (5)
55ac88eadd command to cleanup docker imagesc12fe9cautomatically cleanup images daily58eae0afix request0c890ddfix empty checke72a6afrun pint📊 Changes
2 files changed (+63 additions, -0 deletions)
View changed files
➕
app/Console/Commands/Maintenance/PruneImagesCommand.php(+60 -0)📝
app/Console/Kernel.php(+3 -0)📄 Description
Closes #250
Adds a command to cleanup dangling docker images. This command is run daily.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.