From f19b59bd3efad37aa199c62c5bc5e5914d8d4143 Mon Sep 17 00:00:00 2001 From: crozzy Date: Tue, 9 Apr 2024 15:00:33 -0700 Subject: [PATCH] contrib: remove rms that were needed for previous fetcher Since https://github.com/quay/claircore/pull/1061 we should no longer need the pre-removal of fetch layers. Signed-off-by: crozzy --- contrib/openshift/manifests/manifests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contrib/openshift/manifests/manifests.yaml b/contrib/openshift/manifests/manifests.yaml index bd0d91dd3f..3082f9ab8d 100644 --- a/contrib/openshift/manifests/manifests.yaml +++ b/contrib/openshift/manifests/manifests.yaml @@ -53,10 +53,7 @@ objects: requests: cpu: ${{INDEXER_CPU_REQS}} memory: ${{INDEXER_MEM_REQS}} - command: - - sh - - '-c' - - rm -rf /var/tmp/sha* /var/tmp/fetch.* /var/tmp/rpmscanner.* && exec clair + command: [clair] env: - name: CLAIR_CONF value: '/etc/clair/config.yaml'