Skip to main content

Docker registry ali oss driver

Project description

docker-registry-driver-alioss
=============================

This is a docker-registry backend driver based on the Open Storage Service from aliyun.com.

Usage
=========

Assuming you have a working docker-registry and oss api setup(you can get it here: http://aliyunecs.oss-cn-hangzhou.aliyuncs.com/OSS_Python_API_20140509.zip).

get source code and run:
python setup.py install

Edit your configuration so that storage reads ali oss.

Config
=========
You should add all the following configurations to your main docker-registry configuration to further configure it, which by default is config/config.yml.

alioss configrations:
* storage: specify the storage to use, should be alwasy alioss
* storage_path: specify the path prefix in the oss bucket
* oss_bucket: specify the bucket where you want to store these images for your registry
* oss_accessid: the access id for the oss bucket, which you get from aliyun.com
* oss_accesskey: the access key for the oss bucket, which you get from aliyun.com

example <you can copy this example into your config.yml, and modify it accordingly>:

oss: &oss
<<: *common
storage: alioss
storage_path: _env:STORAGE_PATH:/devregistry/
oss_bucket: _env:OSS_BUCKET[:default_value]
oss_accessid: _env:OSS_KEY[:your_access_id]
oss_accesskey: _env:OSS_SECRET[:your_access_key]

Options
=========
When you run docker-registry, you can use the following two methods to configure the storage:

* if you run docker-registry on your local host, export these configurations if you want to modify the default value in the configured in the config.yml:
export SETTINGS_FLAVOR=oss
export STORAGE_PATH=<the prefix of the storage path>
export OSS_BUCKET=<your oss bucket>
export OSS_KEY=<your access id>
export OSS_SECRET=<your access key>

* if you run docker-registry on your docker container, remmeber to specify these settings as cmd args:
docker run \
-e SETTINGS_FLAVOR=oss \
-e STORAGE_PATH=/dockerregistry/ \
-e OSS_BUCKET=docker-registry \
-e OSS_KEY=<your access id> \
-e OSS_SECRET=<your access key> \
-e SEARCH_BACKEND=sqlalchemy \
-p 5000:5000 \
registry

License
=========
This is licensed under the Apache license. Most of the code here comes from docker-registry, under an Apache license as well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docker-registry-driver-alioss-0.1.1.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file docker-registry-driver-alioss-0.1.1.tar.gz.

File metadata

File hashes

Hashes for docker-registry-driver-alioss-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0922e55e25bd64b7fe8bdcd07fe7434d17dbf84d080b0e212a40727ede8f5d1b
MD5 b0e0de5c769aff67b48e3c717a3e6348
BLAKE2b-256 c6e4cb2c4ea7c27fe517811185bf8d1430929bb106992aaafeff7a6c00333c5c

See more details on using hashes here.

File details

Details for the file docker_registry_driver_alioss-0.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for docker_registry_driver_alioss-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 84fa77e2cb38d11e29a1ecbbd13f727bb73f86b5f2ed92371e94ed041381995a
MD5 b70c9cc793071a7136d3aacf20f189f0
BLAKE2b-256 bb2fb5ddd2b5b312aca867b3abf00da3807d8b30e7ad6932632447d1fb27ace4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page