Skip to content

Commit

Permalink
fix: preserve images when all its blobs are intact
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Minář <miminar@redhat.com>
  • Loading branch information
Michal Minář committed Jun 15, 2018
1 parent 39bffa5 commit 09bb8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oc/admin/prune/imageprune/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (w *worker) prune(job *Job) *JobResult {
w.layerLinkPruner,
))

blobDeletions, blobFailures := pruneBlobs(
blobDeletions, blobFailures = pruneBlobs(
w.registryClient,
w.registryURL,
job.Components,
Expand Down

0 comments on commit 09bb8d3

Please sign in to comment.