Skip to content

Commit

Permalink
version update and added testing tag for x86_64 only builds
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss committed Aug 16, 2024
1 parent ce958f6 commit 74449a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/base-rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ elif [ -z $arch ]; then
fi
# Make the version # in the image meta data consistent
# This will leave the
if [ "$tag" != "latest" ] && [ "$tag" != "beta" ]; then
if [ "$tag" != "latest" ] && [ "$tag" != "beta" ] && [ "$tag" != "test" ]; then
echo $tag > ver.current
fi
VER=$(cat ver.current)
Expand Down
2 changes: 1 addition & 1 deletion build.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gvmd=v23.8.0
gvmd=v23.8.1
gvm_libs=v22.10.0
openvas=v23.8.0
openvas_smb=v22.5.6
Expand Down
2 changes: 1 addition & 1 deletion testing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- NET_ADMIN # for capturing packages in promiscuous mode
- NET_RAW # for raw sockets e.g. used for the boreas alive detection
container_name: openvas
image: immauss/openvas:beta
image: immauss/openvas:22.4.47
scannable-ubuntu:
container_name: ubuntu
image: immauss/scannable
Expand Down
2 changes: 1 addition & 1 deletion versions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Greenbone Versions in Latest image: #
Component | Version | | Component | Version
----------|----------|-|----------|---------
| gvmd | v23.8.0 | | gvm_libs | v22.10.0 |
| gvmd | v23.8.1 | | gvm_libs | v22.10.0 |
| openvas | v23.8.0 | | openvas_smb | v22.5.6 |
| notus_scanner | v22.6.3 | | gsa | v23.2.1 |
| gsad | v22.11.0 | | ospd | v21.4.4 |
Expand Down

0 comments on commit 74449a1

Please sign in to comment.