Skip to content

Releases: Secure-Compliance-Solutions-LLC/GVM-Docker

V21.4.4-v2

27 Nov 04:25
ed96bc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v21.4.4...V21.4.4-v2

V21.4.4-v1

20 Nov 17:12
d0cc11c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v21.4.4...V21.4.4-v1

V21.4.4

19 Nov 19:06
3908006
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v21.4.2...v21.4.4

21.4.3-v2

08 Sep 20:27
116af80
Compare
Choose a tag to compare
  • Just a hotfix for database path.

v21.4.3-v1

08 Aug 20:27
45166f1
Compare
Choose a tag to compare
Merge pull request #247 from Secure-Compliance-Solutions-LLC/dev

v21.4.3-v1

v21.4.2-v3

28 Jul 13:40
fea49b6
Compare
Choose a tag to compare
Merge pull request #239 from Secure-Compliance-Solutions-LLC/dev

v21.4.2-v3

v21.4.2-v2

26 Jul 17:19
f992d5a
Compare
Choose a tag to compare
Merge pull request #236 from Secure-Compliance-Solutions-LLC/dev

Release v21.4.2-v2

v21.4.2-v1

23 Jul 17:10
5564a21
Compare
Choose a tag to compare
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

13 Jul 19:16
f0128ed
Compare
Choose a tag to compare

#219

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

09 Jul 15:18
3c0ba91
Compare
Choose a tag to compare
  • 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
  • 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 and no-data - without --build-arg OPT_PDF=1 don't use texlive deps for the optional PDF Report creation.
  • data-full and no-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.