mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Previously, the image prune command used {{{{index .Config.Labels "coolify.managed"}}}},
which produces 4 literal braces and causes a Go template parsing error. As a result,
all images were deleted regardless of the label.
This commit fixes the command to use {{index .Config.Labels "coolify.managed"}}, so
images with the label coolify.managed=true are preserved during cleanup.
|
||
|---|---|---|
| .. | ||
| Application | ||
| CoolifyTask | ||
| Database | ||
| Docker | ||
| Fortify | ||
| Proxy | ||
| Server | ||
| Service | ||
| Shared | ||
| Stripe | ||
| User | ||