Skip to content
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

Dockerfile linting does not recognize a registry with a port #323

Closed
zeddicus76 opened this issue Jul 20, 2018 · 2 comments
Closed

Dockerfile linting does not recognize a registry with a port #323

zeddicus76 opened this issue Jul 20, 2018 · 2 comments

Comments

@zeddicus76
Copy link

With the following FROM line in a Dockerfile:

FROM my.registry:7744/myproject/python-base:3.6.5

I get this error with the 3.6.5 underlined
"[dockerfile-utils] "message": "invalid reference format"

If I remove the port from my registry, the linting error goes away.

@StephenWeatherford
Copy link
Contributor

@zeddicus76 Thanks for taking the time to report this. I'm happy to say this has been fixed, and will be available with the next update (see ##288).

@StephenWeatherford
Copy link
Contributor

@zeddicus76 Just wanted to let you know that we have published a new version of the Docker extension that should contain this fix. Happy coding!

@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants