-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Describe the Bug
Currently the .NET 7 docker images are not all labeled as previews, causing tools like Renovate, etc. to suggest upgrading from .NET 6 to 7, even though it's not yet released.
Sample tags from: https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
"7.0",
"7.0-alpine",
"7.0-alpine-amd64",
"7.0-alpine-arm32v7",
"7.0-alpine-arm64v8",
"7.0-alpine3.15",
"7.0-alpine3.15-amd64",
"7.0-alpine3.15-arm32v7",
"7.0-alpine3.15-arm64v8",
"7.0-bullseye-slim",
"7.0-bullseye-slim-amd64",
"7.0-bullseye-slim-arm32v7",
"7.0-bullseye-slim-arm64v8",
"7.0-cbl-mariner1.0",
"7.0-cbl-mariner1.0-amd64",
"7.0-focal",
"7.0-focal-amd64",
"7.0-focal-arm32v7",
"7.0-focal-arm64v8",
"7.0-nanoserver-1809",
"7.0-nanoserver-ltsc2022",
"7.0-windowsservercore-ltsc2019",
"7.0-windowsservercore-ltsc2022",
"7.0.100-preview.1",
"7.0.100-preview.1-alpine3.15",
"7.0.100-preview.1-alpine3.15-amd64",
"7.0.100-preview.1-alpine3.15-arm32v7",
"7.0.100-preview.1-alpine3.15-arm64v8",
"7.0.100-preview.1-bullseye-slim",
"7.0.100-preview.1-bullseye-slim-amd64",
"7.0.100-preview.1-bullseye-slim-arm32v7",
"7.0.100-preview.1-bullseye-slim-arm64v8",
"7.0.100-preview.1-cbl-mariner1.0",
"7.0.100-preview.1-cbl-mariner1.0-amd64",
"7.0.100-preview.1-focal",
"7.0.100-preview.1-focal-amd64",
"7.0.100-preview.1-focal-arm32v7",
"7.0.100-preview.1-focal-arm64v8",
"7.0.100-preview.1-nanoserver-1809",
"7.0.100-preview.1-nanoserver-ltsc2022",
"7.0.100-preview.1-windowsservercore-ltsc2019",
"7.0.100-preview.1-windowsservercore-ltsc2022",
Only the 7.0.100
specific tags are marked as -preview
instead of all the 7.0
tags. The suggestion is that all preview docker images, contain the preview tag or alternatively do not exist until ready. We noticed the same issue when .NET 6 went into preview as well.
viceice, dmpe and EngincanV
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done