You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
In .NET Aspire, we would like to be able to pull the current 1.0 or 1 docker image. We don't want to always pull latest because there could be a breaking change and we would be broken without knowing it. But we also don't want to hard code a specific version because we wouldn't get security and critical bug fixes.
Describe the solution you'd like
When publishing the docker images, we should tag them with the current major and/or major.minor tag. For example:
Feature request type
sample request
Is your feature request related to a problem? Please describe
In .NET Aspire, we would like to be able to pull the current
1.0
or1
docker image. We don't want to always pulllatest
because there could be a breaking change and we would be broken without knowing it. But we also don't want to hard code a specific version because we wouldn't get security and critical bug fixes.Describe the solution you'd like
When publishing the docker images, we should tag them with the current major and/or major.minor tag. For example:
https://github.com/mthalman/dredge/pkgs/container/dredge
This will allow .NET Aspire to only get bug fixes and not take breaking changes using the
latest
.Describe alternatives you've considered
No response
Additional context
See https://github.com/dotnet/aspire/pull/3839/files#r1578541000
The text was updated successfully, but these errors were encountered: