microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.18k stars 508 forks source link

Registry extension pulls image with lowercase tag #4225

Closed ecki closed 4 months ago

ecki commented 5 months ago

When I use the Docker registry explorer on my Windows 11 with Docker Desktop it shows me my custom repository (Generic Registry V2) and lists all the Image repositories and versions. It list a version tag correctly as "6.7.0-SNAPSHOT" but when I use the context menu to "Pull" it, it creates a task pulling "docker image pull registry/base/repo:6.7.0-snapshot" - i.e. it lowercased the tag and docker responds with manifest not found.

Name: Docker Id: ms-azuretools.vscode-docker Version: 1.28.0 Publisher: Microsoft

image

bwateratmsft commented 4 months ago

Duplicate of https://github.com/microsoft/vscode-docker/issues/4179. This will be fixed in the next release of the Docker extension (1.29.0), tentatively scheduled for Monday, 12 Feb.