uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 156 forks source link

Fixes for issue 287 #308

Closed kukaryambik closed 4 years ago

kukaryambik commented 4 years ago

Fixes for issue #287: Dockerfile parsing error when # appears in quotes...

If there are an odd number of quotes to the left of #, look at the next # in the line.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

kukaryambik commented 4 years ago

Say something. Maybe something wrong?

yiranwang52 commented 4 years ago

Thanks for fixing this.