Skip to content

greenbone/vt-test-environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greenbone Logo

vt-test-environments

This repository holds environments for VT testing. Do not use them in production!

Each image comes with a pre-installed SSH server and a demo account (both name and password are "demo"). This unified behavior of different operating systems and applications enables a VT developer to deploy a clean test environment within seconds.

For questions regarding this repository, please consult the Greenbone Community Forum.

Usage

Run docker run --rm -d -p 2222:22 --name target ghcr.io/greenbone/vt-test-environments/mageia:8. The container is then running, SSH is exposed on port 2222 on the local machine and is ready to be scanned:

# ssh demo@localhost -p 2222
Password: 
[demo@fff64423955b ~]$ cat /etc/os-release 
NAME="Mageia"
VERSION="8"
[...]

However, please use docker exec -it target bash preferrebly to interact with the container, because SSH might not be possible e.g. for very old images with no matching key exchange algorithm or requires removing the fingerprint of previously used containers from your known hosts file.

When done, the container can be stopped with docker stop target.

Available images & tags

  • Home Assistant (home-assistant, run with --network host, when requiring e.g. mDNS capabilities)
    • 2023.5.2
  • AlmaLinux (almalinux)
    • 8.4
    • 8.5
    • 8.6
    • 8.7
    • 9.0
    • 9.1
  • Amazon Linux (amazonlinux)
    • 1
    • 2
    • 2022
    • 2023
  • Debian (debian)
    • woody
    • sarge
    • etch
    • lenny
    • squeeze
    • wheezy
    • jessie
    • stretch
    • buster
    • bullseye
    • bookworm
    • trixie
  • EulerOS (euleros)
    • 2.0
    • 2.1
    • 2.2
    • 2.3
    • 2.5
    • 2.9
    • 2.10
  • Mageia (mageia)
    • 7
    • 8
    • 9
  • Oracle Linux (oraclelinux)
    • 5
    • 6
    • 7
    • 8
    • 9
  • Red Hat Enterprise Linux (rhel)
    • 7.6
    • 7.7
    • 7.8
    • 7.9
    • 8.0
    • 8.1
    • 8.2
    • 8.3
    • 8.4
    • 8.5
    • 8.6
    • 8.7
    • 9.0.0
    • 9.1.0
  • Rocky Linux (rockylinux)
    • 8.5
    • 8.6
    • 8.7
    • 8.8
    • 9.0
    • 9.1
    • 9.2
  • Slackware (slackware)
    • 13.0
    • 13.37
    • 14.0
    • 14.1
    • 14.2
    • 15.0
    • current (15.0+ at the moment)
  • Ubuntu (ubuntu)
    • 10.04 (LTS, Lucid Lynx)
    • 12.04 (LTS, Precise Pangolin)
    • 12.10 (Quantal Quetzal)
    • 13.04 (Raring Ringtail)
    • 13.10 (Saucy Salamander)
    • 14.04 (LTS, Trusty Tahr)
    • 14.10 (Utopic Unicorn)
    • 15.04 (Vivid Vervet)
    • 15.10 (Wily Werewolf)
    • 16.04 (LTS, Xenial Xerus)
    • 16.10 (Yakkety Yak)
    • 17.04 (Zesty Zapus)
    • 17.10 (Artful Aardvark)
    • 18.04 (LTS, Bionic Beaver)
    • 18.10 (Cosmic Cuttlefish)
    • 19.04 (Disco Dingo)
    • 19.10 (Eoan Ermine)
    • 20.04 (LTS, Focal Fossa)
    • 20.10 (Groovy Gorilla)
    • 21.04 (Hirsute Hippo)
    • 21.10 (Impish Indri)
    • 22.04 (LTS, Jammy Jellyfish)
    • 22.10 (Kinetic Kudu)
    • 23.04 (Lunar Lobster)
    • 23.10 (Mantic Minotaur)
    • 24.04 (Noble Numbat)

Build

To build e.g. the image for Mageia 8 use:

docker build operating_systems/mageia --build-arg=TAG=8 -t mageia:8

If not specified otherwise, the image will be built with its packages explicitly updated. This is available for most images. To build the image for Oracle Linux 5 (non-updated) use:

docker build operating_systems/oraclelinux --build-arg=TAG=5 --build-arg=UPDATED=false -t oraclelinux:5