Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag docker images with semantic versions #319

Closed
eerhardt opened this issue Apr 24, 2024 · 0 comments · Fixed by #320
Closed

Tag docker images with semantic versions #319

eerhardt opened this issue Apr 24, 2024 · 0 comments · Fixed by #320

Comments

@eerhardt
Copy link
Member

eerhardt commented Apr 24, 2024

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 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:

https://github.com/mthalman/dredge/pkgs/container/dredge

image

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

@github-actions github-actions bot locked and limited conversation to collaborators Jun 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant