mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
deploy container registry
This commit is contained in:
parent
cc76f8502b
commit
ba16afe0f0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ resource "aws_ecr_lifecycle_policy" "my_repository_policy" {
|
|||
# 2️⃣ Expire everything else beyond the most recent 10 images
|
||||
{
|
||||
rulePriority = 2
|
||||
description = "Retain only the last 10 images" -> "Keep prod, main, dev images forever"
|
||||
description = "Retain only the last 10 images"
|
||||
selection = {
|
||||
tagStatus = "any"
|
||||
countType = "imageCountMoreThan"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue