Skip to content

Commit 09bb8d3

Browse files
author
Michal Minář
committed
fix: preserve images when all its blobs are intact
Signed-off-by: Michal Minář <[email protected]>
1 parent 39bffa5 commit 09bb8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oc/admin/prune/imageprune/worker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func (w *worker) prune(job *Job) *JobResult {
237237
w.layerLinkPruner,
238238
))
239239

240-
blobDeletions, blobFailures := pruneBlobs(
240+
blobDeletions, blobFailures = pruneBlobs(
241241
w.registryClient,
242242
w.registryURL,
243243
job.Components,

0 commit comments

Comments
 (0)