Giter Club home page Giter Club logo

vt-test-environments's Introduction

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

vt-test-environments's People

Contributors

bjoernricks avatar dependabot[bot] avatar mbrinkhoff avatar n-thumann avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.