From d08ba2de5457f9bb9751b3bfa79a0c4d3b6bcee6 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 3 Oct 2023 19:18:02 +0100 Subject: [PATCH] Add change history --- docs/general/support-policy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/general/support-policy.md b/docs/general/support-policy.md index c86f921d61..884987372b 100644 --- a/docs/general/support-policy.md +++ b/docs/general/support-policy.md @@ -10,7 +10,7 @@ This means that images, tags, and architectures that have been deprecated or arc ## Formally Supported Environments -We build and test all of our images using the latest stable branch of Docker CE using containerd and runc, on Linux, building for x86_64 (amd64) and aarch64 (arm64) architectures. Any matching client environment is in scope for support. In addition, any currently supported version of Docker is in scope. +We build and test all of our images using the latest stable branch of Docker CE using containerd and runc, on Linux, building for x86_64 (amd64) and aarch64 (arm64) architectures. Any matching client environment is in scope for support. In addition, any currently supported version of Docker CE is in scope. We support the use of both docker compose and the docker CLI to manage containers, though the former is preferred. @@ -54,3 +54,7 @@ The following configurations are entirely unsupported and you are unlikely to be * Use of the `user` directive to run containers as a custom UID/GID * Use of a custom `init` for Docker * Overriding container entrypoints + +## Change History + +* 2023-10-03 - Initial release