Skip to content

Commit

Permalink
Temporarily disable image pruner
Browse files Browse the repository at this point in the history
STONEBLD-2466

The pruner may improperly delete the 'sha256-${digest}.*' attachments
for images that still exist.

The pruner is not supposed to delete these attachments if the
'sha256:${digest}' image exists. However, it only takes into account
tagged images. The individual image manifests (e.g. the arch-specific
images) do not have to be tagged, it is enough if they are part of an
image index (e.g. the multi-arch image).

Disable the pruner until the issue is fixed properly.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed May 22, 2024
1 parent 4f18f64 commit 0216250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ bases:
- ../crd
- ../rbac
- ../manager
- ../registry_image_pruner
- ../monitoring/prometheus
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
# crd/kustomization.yaml
Expand Down

0 comments on commit 0216250

Please sign in to comment.