mirror of
https://github.com/moby/buildkit.git
synced 2026-08-10 17:14:08 +00:00
This adds experimental support for Azure Blob Storage based remote cache to buildkit. For usage instructions please refer to the updated Readme. We have tried to keep it similar to the S3 based implementation while using equivalent Azure Blob Storage specific semantics where appropriate. This also adds end-to-end tests to exercise the Azure Blob Storage based cache using the [Azurite emulator](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite). Co-authored-by: Amr Mahdi <amrh@microsoft.com> Co-authored-by: Pranav Pandit <pranavp@microsoft.com> Signed-off-by: Pranav Pandit <pranavp@microsoft.com>