From 8c7eea76211a5b565aaaf1f5cb15d1d653af9129 Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Thu, 31 Aug 2023 15:56:53 +0100 Subject: [PATCH] Add note on custom storage drivers Signed-off-by: James Hewitt --- docs/storage-drivers/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/storage-drivers/index.md b/docs/storage-drivers/index.md index bc96371b..f7fc4b42 100644 --- a/docs/storage-drivers/index.md +++ b/docs/storage-drivers/index.md @@ -40,6 +40,18 @@ with a driver name and parameters map. If no such storage driver can be found, ## Driver contribution +New storage drivers are not currently being accepted. +See https://github.com/distribution/distribution/issues/3988 for discussion. + +There are forks of this repo that implement custom storage drivers. +These are not supported by the OCI distribution project. +The known forks are: +- Storj DCS: https://github.com/storj/docker-registry +- HuaweiCloud OBS: https://github.com/setoru/distribution/tree/obs +- us3: https://github.com/lambertxiao/distribution/tree/main +- Baidu BOS: https://github.com/dolfly/distribution/tree/bos +- HDFS: https://github.com/haosdent/distribution/tree/master + ### Writing new storage drivers To create a valid storage driver, one must implement the