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
Add version-specific tags (e.g., ubuntu-noble, ubuntu-24.04) when pushing
images to Docker Hub. This allows users to pin to a specific Ubuntu version
and avoid unexpected breakage when the base image changes.
New tags pushed per image:
- ubuntu-{codename} (e.g., ubuntu-noble)
- ubuntu-{codename}-{date} (e.g., ubuntu-noble-20250101)
- ubuntu-{version} (e.g., ubuntu-24.04)
- ubuntu-{version}-{date} (e.g., ubuntu-24.04-20250101)
Existing tags (ubuntu, ubuntu-{date}, latest) are unchanged.
Closes#282
0 commit comments