-
Notifications
You must be signed in to change notification settings - Fork 522
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
Does not support the port in the image name #280
Comments
Hi, @corey-aloia-sap. Thank you for your bug report. It sounds very similar to #269 although your image is simply |
@rcjsuen yep, sorry about that! I could have looked through the open bugs a bit harder. Looks like the same issue. |
Another bug in the Microsoft/vscode-docker repository was opened about this problem. microsoft/vscode-docker#280 Signed-off-by: Remy Suen <[email protected]>
Another bug in the Microsoft/vscode-docker repository was opened about this problem. microsoft/vscode-docker#280 Signed-off-by: Remy Suen <[email protected]>
Hi, @corey-aloia-sap. I wanted to let you know that I've confirmed that your issue has been covered by my fix for #269. I have added your sample Dockerfile to my test suite so it shouldn't regress in the future. Thanks again for the bug report! Have a nice day! :) |
@lucianenache Thank you for your bug report. Your case is already covered by my fix in rcjsuen/dockerfile-utils#39. I have added your sample to my test suite nonetheless. Have a nice day! |
@lucianenache Sorry for the confusion. The issue has been fixed upstream but the vscode-docker extension has not yet been updated to include this fix. I will comment here when the fix has been adopted so please hang tight! |
subscribing for comments - new version released :) |
The fix has been adopted as you can see in #291. However, a new release of vscode-docker will still need to be cut first. |
@corey-aloia-sap I'm closing since this has been fixed in our repo. However, as @rcjsuen pointed out, the new version has not yet been released. |
@corey-aloia-sap Just wanted to let you know that we have published a new version of the Docker extension that should contain this fix. Happy coding! |
if you write a from like this:
FROM repository.mycompany:5000/tomcat:8.0
then there will be an error "invalid reference format", with the 8.0 being underlined in red, although this is a valid statement.
The text was updated successfully, but these errors were encountered: