testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.73k stars 262 forks source link

[Enhancement]: Azurite v3.26.0 #1025

Closed KSemenenko closed 10 months ago

KSemenenko commented 10 months ago

Problem

new service API version to 2023-08-03 was introdused

Solution

update to Azurite v3.26.0

Benefit

latest api

Alternatives

no

Would you like to help contributing this enhancement?

Yes

HofmeisterAn commented 10 months ago

You can always override the default version using the WithImage(string) API. I do not think it makes sense to continuously update the version of the modules. Additionally, this may introduce breaking changes for others who depend on the module's version (something I would like to avoid). I would prefer to update images only for major versions and only if it is necessary due to incompatibilities.