Closed
Description
I did two (successful) OpenShift deployments in a row and I ended up with the following files in my /tmp
:
ls -lh /tmp/quarkus*-openshift
-rw-------. 1 gsmet gsmet 58M Sep 5 15:53 /tmp/quarkus-13320225906929738030-openshift
-rw-------. 1 gsmet gsmet 58M Sep 5 15:47 /tmp/quarkus-2335204798525672356-openshift
That could easily become a problem if you are deploying a lot.
Could we have a look at why these files are not properly cleaned up after the deployment?