From 0f5bc62a5f2c65b1c018dfcc5ad8b59983522f6b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 6 Jan 2023 14:28:22 +0100 Subject: [PATCH] Document known setfiles --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 23bc55a..229d213 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,23 @@ It can then be invoked as: BEAKER_setfile=centos7-64 bundle exec rake beaker ``` +known working setfiles that we currently (2022-01-06) use: + +* ubuntu1604-64 +* ubuntu1804-64 +* ubuntu2004-64 +* ubuntu2204-64 +* debian9-64 +* debian10-64 +* debian11-64 +* centos7-64 +* centos8-64 +* centos9-64 +* almalinux8-64 +* almalinux9-64 +* rocky8-64 +* rocky9-64 + Other common environment variables: * `BEAKER_HYPERVISOR` defaults to `docker`, can be set to `vagrant_libvirt` or `vagrant` (using [VirtualBox](https://www.virtualbox.org/))