This repository was archived by the owner on Sep 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66* [ docker-registry-driver-qiniu] ( https://github.com/zhangpeihao/docker-registry-driver-qiniu )
77* [ docker-registry-driver-hdfs] ( https://github.com/lyda/docker-registry-driver-hdfs )
88* [ docker-registry-driver-sinastorage] ( https://github.com/kerwin/docker-registry-driver-sinastorage )
9- * [ docker-registry-driver-alioss ] ( https://github.com/chris-jin/docker-registry-driver-alioss.git )
9+ * [ docker-registry-driver-oss ] ( https://github.com/chris-jin/docker-registry-driver-alioss.git )
1010
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ To use and install one of these alternate storages:
286286 * [swift](https://github.com/bacongobbler/docker-registry-driver-swift)
287287 * [gcs](https://github.com/dmp42/docker-registry-driver-gcs)
288288 * [glance](https://github.com/dmp42/docker-registry-driver-glance)
289- * [alioss ](https://github.com/chris-jin/docker-registry-driver-alioss.git)
289+ * [oss ](https://github.com/chris-jin/docker-registry-driver-alioss.git)
290290
291291# ## storage file
292292
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ oss: &oss
192192 << : *common
193193 storage : alioss
194194 storage_path : _env:STORAGE_PATH:/registry/
195+ oss_host : _env:OSS_HOST
195196 oss_bucket : _env:OSS_BUCKET
196197 oss_accessid : _env:OSS_KEY
197198 oss_accesskey : _env:OSS_SECRET
You can’t perform that action at this time.
0 commit comments