Releases: Secure-Compliance-Solutions-LLC/GVM-Docker
Releases · Secure-Compliance-Solutions-LLC/GVM-Docker
V21.4.4-v2
What's Changed
- Final Fix to build Image by @Dexus in #305
- v210404.0.1 by @Dexus in #306
- Readme by @austinsonger in #308
- Update docker-publish-debian.yml by @austinsonger in #310
- V21.4.4-v2 by @austinsonger in #311
Full Changelog: v21.4.4...V21.4.4-v2
V21.4.4-v1
What's Changed
Full Changelog: v21.4.4...V21.4.4-v1
V21.4.4
What's Changed
- Feature/own certificates by @Dexus in #229
- GitHub action dexus 2 by @Dexus in #228
- Release v21.4.2/v21.4.1 packages and release by @Dexus in #230
- fix(pr_template): Fix typo, acronym, punctuation by @tigattack in #235
- Release v21.4.2-v2 by @Dexus in #236
- v21.4.2-v3 by @Dexus in #239
- v21.4.3-v1 by @Dexus in #247
- Fix GVMUpdate job by @alexandrefresnais in #297
- FIX Acquire::http:Proxy by @Hardzen in #301
- Greenbone Version bump v21.04.04 by @Dexus in #302
- v210403.0.7 - Debian image by @Dexus in #262
New Contributors
- @alexandrefresnais made their first contribution in #297
- @Hardzen made their first contribution in #301
Full Changelog: v21.4.2...v21.4.4
21.4.3-v2
- Just a hotfix for database path.
v21.4.3-v1
Merge pull request #247 from Secure-Compliance-Solutions-LLC/dev v21.4.3-v1
v21.4.2-v3
Merge pull request #239 from Secure-Compliance-Solutions-LLC/dev v21.4.2-v3
v21.4.2-v2
Merge pull request #236 from Secure-Compliance-Solutions-LLC/dev Release v21.4.2-v2
v21.4.2-v1
Merge pull request #230 from Secure-Compliance-Solutions-LLC/dev Release v21.4.2/v21.4.1 packages and release
Updated Greenbone v21.4.2
Update Submodule apk-build to support latest v21.4.2 gvmd and other packages
Packages via apk-build
gvmd: v21.4.2
gsa: v21.4.1
gvm-libs: v21.4.1
gvm-tools: v21.6.1
ospd: v21.4.1
ospd-openvas: v21.4.1
openvas-scanner: v21.4.1
openvas-smb: v21.4.0
python-gvm: v21.6.0
Moved Build to Alpine | Add data.tar.gx | And other hotfixes
- Use the latest Alpine Version under Major Version 3 like 3.14 as of the current date.
- Fix the "mv: inter-device move failed" error which can occur under certain circumstances.
- Add a initial data.tar.gz - no generator yet created - will follow by separate PR
- No Symlink-fu keep the setup as simple as possible
- supervisord support
- fix #206
- postfix support
We have two build ways:
With build for initialize on container start (only 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 .
Braking Change:
- Logs of each service is not pushed to the
docker logs
each service has an own logfile. - new volume path
Fixed Bug/Issues solved:
Size of different builds:
securecompliance/gvm data-full eac9487a5338 8 seconds ago 4.28GB
securecompliance/gvm data 463c9460ea80 12 minutes ago 2.21GB
securecompliance/gvm no-data-full 35fc2436f515 18 minutes ago 2.58GB
securecompliance/gvm latest d7b61ea83ba1 18 minutes ago 511MB
securecompliance/gvm no-data d7b61ea83ba1 18 minutes ago 511MB
latest
,data
andno-data
- without--build-arg OPT_PDF=1
don't use texlive deps for the optional PDF Report creation.data-full
andno-data-full
- with--build-arg OPT_PDF=1
use texlive deps for the optional PDF Report creation.no-data
- don't run the initial setup - this will done on first start.data
- have a full installation that can be used without any volumes out of the box. It has already pre-synced NVT and gvmd data.