Add note on custom storage drivers
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
parent
db4bd9933e
commit
8c7eea7621
1 changed files with 12 additions and 0 deletions
|
@ -40,6 +40,18 @@ with a driver name and parameters map. If no such storage driver can be found,
|
||||||
|
|
||||||
## Driver contribution
|
## 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
|
### Writing new storage drivers
|
||||||
|
|
||||||
To create a valid storage driver, one must implement the
|
To create a valid storage driver, one must implement the
|
||||||
|
|
Loading…
Reference in a new issue