2b72c4d1ca
Something seems broken on azure/azure sdk side - it is currently not possible to copy a blob of type AppendBlob using `CopyFromURL`. Using the AppendBlob client via NewAppendBlobClient does not work either. According to Azure the correct way to do this is by using StartCopyFromURL. Because this is an async operation, we need to do polling ourselves. A simple backoff mechanism is used, where during each iteration, the configured delay is multiplied by the retry number. Also introduces two new config options for the Azure driver: copy_status_poll_max_retry, and copy_status_poll_delay. Signed-off-by: Flavian Missi <fmissi@redhat.com> |
||
---|---|---|
.. | ||
images | ||
recipes | ||
spec | ||
storage-drivers | ||
architecture.md | ||
compatibility.md | ||
configuration.md | ||
deploying.md | ||
deprecated.md | ||
garbage-collection.md | ||
glossary.md | ||
help.md | ||
index.md | ||
insecure.md | ||
introduction.md | ||
migration.md | ||
notifications.md | ||
README.md |
The docs have been moved!
The documentation for Registry has been merged into the general documentation repo. Commit history has been preserved.
The docs for Registry are now here: https://github.com/docker/docker.github.io/tree/master/registry
Note: The definitive ./spec directory directory and configuration.md file will be maintained in this repository and be refreshed periodically in the general documentation repo.
As always, the docs in the general repo remain open-source and we appreciate your feedback and pull requests!