From 1eea3e6625bc5da988b12fef67cb4fa6f8be920d Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 25 Aug 2023 06:35:42 +0000 Subject: [PATCH] version updates and removed some unused files. --- bin/multi-arch-build.sh | 8 -------- bin/progressive-build.sh | 3 --- build.rc | 4 ++-- ovasbase/readme.md | 6 ++++-- versions.md | 2 +- 5 files changed, 7 insertions(+), 16 deletions(-) delete mode 100755 bin/multi-arch-build.sh delete mode 100755 bin/progressive-build.sh diff --git a/bin/multi-arch-build.sh b/bin/multi-arch-build.sh deleted file mode 100755 index bf78651..0000000 --- a/bin/multi-arch-build.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -PLATFORMS="linux/arm/v7 linux/arm64" -for platform in $PLATFORMS; do - echo "############################## $platform ######################" - docker buildx build --platform $platform -t $platform --load . -done - -docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 --push -t immauss/openvas:21.04.03 . diff --git a/bin/progressive-build.sh b/bin/progressive-build.sh deleted file mode 100755 index fcecab7..0000000 --- a/bin/progressive-build.sh +++ /dev/null @@ -1,3 +0,0 @@ -docker buildx build -t immauss/ovasbase:latest --platform linux/amd64 . -docker buildx build -t immauss/ovasbase:latest --platform linux/arm64 . -docker buildx build -t immauss/ovasbase:latest --platform linux/amd64,linux/arm64 --push . diff --git a/build.rc b/build.rc index 63c3bc0..1fab3c0 100644 --- a/build.rc +++ b/build.rc @@ -1,7 +1,7 @@ gvmd=v22.8.0 gvm_libs=v22.7.0 -openvas=v22.7.3 -openvas_scanner=v22.7.3 +openvas=v22.7.4 +openvas_scanner=v22.7.4 openvas_smb=v22.5.3 notus_scanner=v22.5.0 gsa=v22.6.0 diff --git a/ovasbase/readme.md b/ovasbase/readme.md index 40ca034..a673173 100644 --- a/ovasbase/readme.md +++ b/ovasbase/readme.md @@ -1,2 +1,4 @@ -This Dockerfile and associated bits is used to create the base image for builds. -I'ts primarily to speed up builds so I don't have do all these bits every build. +This Dockerfile and associated bits are used to create the base image for builds. +It's primarily to speed up builds so I don't have do all these bits every time. +It is found on docker hub as .. +immauss/ovasbase diff --git a/versions.md b/versions.md index c697bcf..b88ee2a 100644 --- a/versions.md +++ b/versions.md @@ -2,7 +2,7 @@ Component | Version | | Component | Version ----------|----------|-|----------|--------- | gvmd | v22.8.0 | | gvm_libs | v22.7.0 | -| openvas | v22.7.3 | | openvas_scanner | v22.7.3 | +| openvas | v22.7.4 | | openvas_scanner | v22.7.4 | | openvas_smb | v22.5.3 | | notus_scanner | v22.5.0 | | gsa | v22.6.0 | | gsad | v22.5.2 | | ospd | v21.4.4 | | ospd_openvas | v22.5.4 |