immauss / openvas

Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
354 stars 102 forks source link

Version of installed component: 21.4.2 #90

Closed immauss closed 2 years ago

immauss commented 2 years ago

For some reason, version 21.4.3 of openvas is segfaulting in the container. So in order to keep things working, I've had to set openvas back to 21.4.2. I've tried everything I could think of at the moment, so I'll be opening an issue with greenbone.

immauss commented 2 years ago

https://github.com/greenbone/openvas-scanner/issues/963

immauss commented 2 years ago

OK ... so I closed the ticket today with Greenbone after I found a solution on my own. I was apprently copying too much or too little from stage 1. So I looked at the install manifiest from the build process, and build a list of stuff to copy. (Instead of just copying all of /usr/local.)

COPY --from=0 etc/gvm/pwpolicy.conf /etc/gvm/pwpolicy.conf COPY --from=0 etc/logrotate.d/gvmd /etc/logrotate.d/gvmd COPY --from=0 etc/openvas/openvas_log.conf /etc/openvas/openvas_log.conf COPY --from=0 lib/systemd/system /lib/systemd/system COPY --from=0 usr/local/bin /usr/local/bin COPY --from=0 usr/local/include /usr/local/include COPY --from=0 usr/local/lib /usr/local/lib COPY --from=0 usr/local/sbin /usr/local/sbin COPY --from=0 usr/local/share /usr/local/share

I'll get a new version out in the next day or so.

-Scott

immauss commented 2 years ago

Resolved in 21.4.4-06