Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] PDF reports are corrupt #327

Closed
huornlmj opened this issue Jan 12, 2022 · 2 comments
Closed

[Bug] PDF reports are corrupt #327

huornlmj opened this issue Jan 12, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@huornlmj
Copy link

huornlmj commented Jan 12, 2022

Version 21.4.2. Reports download as PDF format are zero bytes in size.

@huornlmj huornlmj added the bug Something isn't working label Jan 12, 2022
@Dexus
Copy link
Contributor

Dexus commented Mar 4, 2022

duplicate of #249

fix: #249 (comment)

problem is the build host has to less memory so it fails.

@Dexus Dexus closed this as completed Mar 4, 2022
@Dexus
Copy link
Contributor

Dexus commented Mar 14, 2022

You can now use the https://hub.docker.com/r/deineagenturug/gvm images, which are using the latest gvmd and components releases.

It use POSTGRESQL 13.

What are meaning the tags:

docker pull deineagenturug/gvm:latest               # is an not initialized basic image, that first start its initialization on the first start (short: no db & no PDF report support)
docker pull deineagenturug/gvm:latest-full          # is an not initialized basic image, that first start its initialization on the first start (short: no db, PDF report is support)
docker pull deineagenturug/gvm:latest-data          # is an initialized basic image, that can run directly without extra VOLUMES added (short: included db, but no PDF report support)
docker pull deineagenturug/gvm:latest-data-full     # is an initialized basic image, that can run directly without extra VOLUMES added (short: included db & PDF report is support)

It can be used as direct replacement for the here provided image, with the same arguments on docker run.


PDF support is always broken if the release is build on Github runners, because of limited memory. The releases of deineagenturug/gvm are build on dedicated servers with enough memory so it should no problem anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants