Secure-Compliance-Solutions-LLC / GVM-Docker

Greenbone Vulnerability Management Docker Image with OpenVAS
https://securecompliance.gitbook.io/projects/
MIT License
247 stars 91 forks source link

Move default image to alpine #212

Closed Dexus closed 3 years ago

Dexus commented 3 years ago

What does this PR:

We have two build ways: With build for initialize on container start (only ~ 435 1100MB)

docker build -f Dockerfile -t securecompliance/gvm:v21.04-latest-nodata -t securecompliance/gvm:latest .

or With pre-initialized that can be used without extra volumes on startup (only ~ 1200MB)

docker build -f Dockerfile --build-arg SETUP=1 -t securecompliance/gvm:v21.04-latest-withdata -t securecompliance/gvm:latest-withdata .

Milestones:

Fixes not included:

(Update: is integrated now via custom apk build)

Branking Change:

Dexus commented 3 years ago

@pixelsquared @austinsonger I would love to get more access to this repos, so I can create some other branches/repos.

So I can create a repo for the custom APK build (#115 )

austinsonger commented 3 years ago

@Dexus

@pixelsquared @austinsonger I would love to get more access to this repos, so I can create some other branches/repos.

So I can create a repo for the custom APK build (#115 )

I'm also working on a permission team scheme right now for the organization and give me a day for that. But I will create a repo right now for the APK build.

austinsonger commented 3 years ago

@Dexus https://github.com/Secure-Compliance-Solutions-LLC/GVM-APK-build

Dexus commented 3 years ago

@Dexus https://github.com/Secure-Compliance-Solutions-LLC/GVM-APK-build

Initial commit is pushed to master branch, includes already the timeout patch.

Dexus commented 3 years ago

So I think it is now final.

Let me know what you guys think.

Best Regards, Josef

Dexus commented 3 years ago

I think we can merge into master to get more eyes on it for testing.

I think we should wait one more day, have problems to build the Image because of texlive and will check if I also need to rebuild this.

pixelsquared commented 3 years ago

@Dexus Ok then we can wait.

austinsonger commented 3 years ago

@Dexus If you want to can make a pull request for dev branch and then just work off the dev, I gave you write permissions on that branch and just make new pull request when you think its ready to go. But that's up to you.