Moved Build to Alpine | Add data.tar.gx | And other hotfixes (#213) #222
austinsonger
started this conversation in
General
Replies: 1 comment
-
No release on docker hub? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have two build ways:
docker build -f Dockerfile -t securecompliance/gvm:v21.04-latest-nodata -t securecompliance/gvm:latest .
or
docker build -f Dockerfile --build-arg SETUP=1 -t securecompliance/gvm:v21.04-latest-withdata -t securecompliance/gvm:latest-withdata .
Braking Change:
docker logs
each service has an own logfile.Fixed Bug/Issues solved:
Size of different builds:
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.This discussion was created from the release Moved Build to Alpine | Add data.tar.gx | And other hotfixes (#213).
Beta Was this translation helpful? Give feedback.
All reactions