Closed kjake closed 9 months ago
@kjake My bad..... I forgot that was in the Dockerfile. I was trying to work out issue #241. It didnt' help .... I'll have to remove those bits for now and republish. For the moment, I've removed 22.4.40 from Docker Hub. The "latest" image is still up to date and should work.
Thanks!
Trying to switch to 22.4.40 from .38 and the container just restarts. When debugging, it looks like there's an error with the healthcheck.sh script:
The fix for this appears to be part of the most recent commit: https://github.com/immauss/openvas/commit/4a6cb6cff3404d28cf0eabd352f91f6f09d58ab5
But, it seems that the 22.4.40 image was built before this commit (2 days ago versus 1 day ago).
During debug, running
curl https://raw.githubusercontent.com/immauss/openvas/master/scripts/healthcheck.sh > /scripts/healthcheck.sh
allows the script to execute, but then I'm met with new errors.I was able to resolve this by adding the following to my compose file, which I haven't needed before, nor see documented here:
This got the container running as the healthcheck could now complete.