Skip to content

Commit

Permalink
contrib: remove rms that were needed for previous fetcher
Browse files Browse the repository at this point in the history
Since quay/claircore#1061 we should no longer
need the pre-removal of fetch layers.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Apr 9, 2024
1 parent 6a7dae4 commit ee9a320
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/openshift/manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ee9a320

Please sign in to comment.