3 Commits

Author SHA1 Message Date
Pranav Pandit
1d5af106e8 Add back support for azblob cache
Signed-off-by: Pranav Pandit <pranavp@microsoft.com>
2025-02-13 04:28:17 +00:00
Tonis Tiigi
c23fdcafcc remove azure remote cache backend
This is blocking upgrade to Github Actions Cache V2 API and
update to latest release has not happened.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2025-02-11 10:21:40 -08:00
Pranav Pandit
522573b29c [remotecache] Add Azure Blob Storage support
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>
2022-08-25 06:20:22 -07:00