diff --git a/apps/registry/retention-script.yaml b/apps/registry/retention-script.yaml index f4362ee..9d3ad5c 100644 --- a/apps/registry/retention-script.yaml +++ b/apps/registry/retention-script.yaml @@ -15,14 +15,11 @@ data: # (alpine for rust, node variants for frontend/admin, etc.). If any of # these are missing the entire build pipeline breaks. BASE_IMAGES = { - 'alpine', - 'node', - 'rust', - 'busybox', - 'golang', - 'nginx', - 'postgres', - 'redis', + 'alpine', # runtime base image + 'node', # frontend/admin builder + 'rust', # backend builder + # Note: postgres/redis are in docker-compose (Docker Hub), not in registry + # busybox/golang/nginx are not used } # Project-image prefix that we DO prune. Anything outside this is sacred. PROJECT_PREFIX = 'nxtgauge-'