-
Notifications
You must be signed in to change notification settings - Fork 289
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
Arguments no longer encoded in ENTRYPOINT when using shell-form with an exec-form SHELL #4386
Comments
Ok i've been looking into this, i am fairly sure this is not a Desktop issue, and rather a docker engine issue, so you probably want github.com/moby/moby Some history around this, probably related to https://github.com/moby/moby/pull/38541/files Out of curiosity, whats the |
Thanks for finding that. I thought it might be more of an engine issue but typically have been asked to open issues here first. That said, I know @jhowardmsft and will ask him for more context and suggested fixes/workarounds. We need to start the vsdevcmd.bat environment initialization script (mainly updates the |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
In the latest stable version 19.03.1 a user found a problem when building a Dockerfile that uses an exec-form
SHELL
with a shell-formENTRYPOINT
, which was working up to an including version 18.09.3:When inspecting the current image, seems
ArgsEscaped
is missing, which in version 18.09.3 was"ArgsEscaped": true
. See https://github.com/MicrosoftDocs/visualstudio-docs/issues/3713 for details.The text was updated successfully, but these errors were encountered: