This project inherits from Distribution and add some new storage drivers. Additional support providers are as follows:
| Parameter | Required | Description |
|---|---|---|
| secretid | yes | Your TencentCloud CAM SecretId. |
| secretkey | yes | Your TencentCloud CAM SecretKey. |
| region | yes | The COS region in which your bucket exists. For example ap-chengdu. |
| bucket | yes | The bucket name registered in cos. For example test-registry-1101772061. |
| rootdirectory | no | This is a prefix that is applied to all S3 keys to allow you to segment data in your bucket if necessary. The default is empty. |
| serviceurl | no | It is used to get service. The default is https://service.cos.myqcloud.com. |
| Parameter | Required | Description |
|---|---|---|
| accessid | yes | Your AliCloud Access Key Id. |
| secret | yes | Your AliCloud Access Key Secret. |
| region | yes | The OSS region in which your bucket exists. For example cn-hangzhou. |
| bucket | yes | The bucket name registered in OSS. For example test-registry-1101772061. |
| rootdirectory | no | This is a prefix that is applied to all object keys to allow you to segment data in your bucket if necessary. The default is empty. |
dockerhub - jideaflow/distribution
# the first version based on v3.0.0-rc.1, only support cos
docker pull jideaflow/distribution:v3.0.0-rc.1_cos