From 318d6b1aecd8c7d2ee3deaeacbe8b30a39c98ac2 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sat, 14 May 2022 13:34:32 +1200 Subject: [PATCH] testing/docker: Document policy Some useful suggestions were made in commit 5411e69b ("Update the docker containers"). This captures them in a more visible place. Signed-off-by: Chris Packham --- testing/docker/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/docker/README.md diff --git a/testing/docker/README.md b/testing/docker/README.md new file mode 100644 index 00000000..7995b235 --- /dev/null +++ b/testing/docker/README.md @@ -0,0 +1,8 @@ +## Testing Docker Images Policy + +To avoid proliferation of versions, the following policy is adopted for +which distro docker images are used for testing: the oldest LTS release +still receiving maintenance updates + the most recent release for +distributions that offer LTS releases. + +For distros without LTS releases the latest version will be supported.