[PR #495] [MERGED] Command to cleanup docker images #795

Closed
opened 2026-02-05 17:54:36 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: feature/docker-image-cleanup


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/495 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 7/18/2024 **Status:** ✅ Merged **Merged:** 7/20/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `feature/docker-image-cleanup` --- ### 📝 Commits (5) - [`55ac88e`](https://github.com/pelican-dev/panel/commit/55ac88ea253e69f9390a9a0cdfc78763a5934814) add command to cleanup docker images - [`c12fe9c`](https://github.com/pelican-dev/panel/commit/c12fe9cd97f8bbc73581806f2087b304e823bdec) automatically cleanup images daily - [`58eae0a`](https://github.com/pelican-dev/panel/commit/58eae0a1580101939c68838be40cd8b2f14f4a51) fix request - [`0c890dd`](https://github.com/pelican-dev/panel/commit/0c890ddb2ab57590aca54baacaf6d930bb099429) fix empty check - [`e72a6af`](https://github.com/pelican-dev/panel/commit/e72a6af0fd0e113a7156680b007dad5e503fc4b6) run pint ### 📊 Changes **2 files changed** (+63 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/Console/Commands/Maintenance/PruneImagesCommand.php` (+60 -0) 📝 `app/Console/Kernel.php` (+3 -0) </details> ### 📄 Description Closes #250 Adds a command to cleanup dangling docker images. This command is run daily. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:54:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#795