microsoft / vscode-docker

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

Docker pull converting tags to lowercase #4179

Closed pWoLiAn closed 7 months ago

pWoLiAn commented 7 months ago

image The "pull image" feature in the registry view is converting the case-sensitive image tags to lowercase, which is causing the command to fail. Manually running the command with proper case works fine as seen here image

extension version: v1.28.0 VSCode info: Version: 1.84.2 (user setup) Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e Date: 2023-11-09T10:51:52.184Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.22631

bwateratmsft commented 7 months ago

It looks like uppercase characters are not allowed for the repository name but are allowed for the tag.

bwateratmsft commented 7 months ago

Looks like the Pull Image command from the Registries view has this problem, but from the Images view does not. This may be a recent regression due to the changes to the registries framework in 1.27.0.

bwateratmsft commented 4 months ago

This has been released in Docker extension version 1.29.0.