Description of problem: image prune policy doesn't take effect Version-Release number of selected component (if applicable): oc v3.10.0-0.66.0 kubernetes v1.10.0+b81c8f8 How reproducible: Always Steps to Reproduce: 1.Make a bc $ oc new-build centos/ruby-22-centos7~https://github.com/openshift/ruby-hello- world.git --name=mytest 2.Make 7builds in sum 3.Check the images $oc describe is mytest Actual results: No image was pruned. Expected results: Should only keep 5 most recent revisions of the "latest" istag. The oldest one should be pruned and not shown. Additional info:
I prepared the data yesterday morning, and checked the results several times when I was still in the office, and found the prune was finally worked today, ONLY 5 most recent revisions is kept. @abhgupta For the prune job is a cron job configured on the machine, do you know the clear time