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

Support Dockerfile with arbitrary names for Docker build #92

Closed
sajayantony opened this issue Jun 8, 2017 · 6 comments
Closed

Support Dockerfile with arbitrary names for Docker build #92

sajayantony opened this issue Jun 8, 2017 · 6 comments

Comments

@sajayantony
Copy link

Currently docker build command cannot use a Dockerfile that does not have Dockerfile as the name even if the user specifies it fully.

image

@lostintangent
Copy link
Member

@sajayantony Ah yeah that's a good catch. Thanks for reporting this! We can definitely update the build command to detect arbitrary suffixes on Dockerfiles (which we already do in other places).

@chrisdias
Copy link
Member

hmmm... what version do you have? this works for me.

image

We made a fix for this a while back f7c8ecf

@sajayantony
Copy link
Author

Ahh .. it was an extension update issue.
Thanks for checking -

image

@sajayantony
Copy link
Author

sajayantony commented Jun 8, 2017

@chrisdias
Is there any way for the docker build command against the same file to remember the last tag that it built with so that the users don't have to types in the tag every time if its different?

@chrisdias
Copy link
Member

no, can you open a new issue for this, describing exactly the behavior you would like to see?

@sajayantony
Copy link
Author

Ok i've opened #93

@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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants