aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-05-14 13:34:32 +1200
committerChris Packham <judge.packham@gmail.com>2022-05-15 11:19:49 +1200
commit318d6b1aecd8c7d2ee3deaeacbe8b30a39c98ac2 (patch)
tree03c75efb37bfdbff4605dd340e8d38b5fb357819 /testing
parent8825cfc2abf696395bd27bd0e7cea3653004280b (diff)
downloadcrosstool-ng-318d6b1aecd8c7d2ee3deaeacbe8b30a39c98ac2.tar.gz
crosstool-ng-318d6b1aecd8c7d2ee3deaeacbe8b30a39c98ac2.tar.bz2
crosstool-ng-318d6b1aecd8c7d2ee3deaeacbe8b30a39c98ac2.zip
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 <judge.packham@gmail.com>
Diffstat (limited to 'testing')
-rw-r--r--testing/docker/README.md8
1 files changed, 8 insertions, 0 deletions
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.