4 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
Sebastiaan van Stijn
05222f2f31 vendor: github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
It's an indirect dependency of docker/cl; https://github.com/docker/cli/blob/v27.2.0/vendor.mod#L83

full diff: ce105d075b...5ac0b6a414

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-09-05 12:36:21 +02: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