This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Upgrade buildkit version and support heredocs syntax #174
Comments
@asottile @roi-orca I just ran into this issue myself. ATM, this ends up parsing the shell commands inside as separate Commands
Thanks |
I don't have any plans -- the dependabot PR doesn't really mean anything as it was auto generated. if a test is added and the version is bumped then I can review it and release it but I'm not going to bump the version just to bump it unless there's a demonstrated reason to do so |
Merged
archiving the project: closing this out |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Support heredocs syntax and add them to the command output to consume it.
Currently instructions with heredocs syntax break the parsing (added undefined commands to the output)
https://docs.docker.com/engine/reference/builder/#here-documents
https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/
Thanks!
The text was updated successfully, but these errors were encountered: