Closed Anand03 closed 1 year ago
@Anand03 Sure I'd be happy to make a PR and fix it in the main
branch.
You mention adding netcat
to be installed for both stages. I don't think it should be required for the 1st stage though. Is there something I may be missing?
@micahsnyder Thanks for the reply. And yes, inclusion in just the second stage should do the job.
clamav pod fails with below error when running on arm64 machine
Warning Unhealthy 4s kubelet Readiness probe failed: ERROR: Unable to contact server /usr/local/bin/clamdcheck.sh: 6: nc: not found
I had to add
netcat \
installation toRUN apt update && apt install -y \
in the dockerfile at both stages to fix the issue.Can you please add it to the main branch. I was not able to create a PR for this.