Skip to content

Commit

Permalink
Merge pull request #4034 from Jamstah/custom-drivers
Browse files Browse the repository at this point in the history
Add note on custom storage drivers
  • Loading branch information
wy65701436 committed Sep 1, 2023
2 parents 2e50e6d + 8c7eea7 commit 88087f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/storage-drivers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88087f8

Please sign in to comment.