machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

A bug in Dockerfile #228

Open wangluochao902 opened 4 years ago

wangluochao902 commented 4 years ago

https://github.com/machine-drivers/docker-machine-driver-xhyve/blob/829c0968dac18547636f3ad6aa5ef83677f48267/vendor/github.com/docker/docker/builder/parser/testfiles-negative/empty-instruction/Dockerfile#L3 Hi, we are developing a tool to detect typos/bugs in dockerfiles automatically. Our tool finds a potential bug above. Is it a bug? we believe it needs a '\' at the end of the line or deleting the new line. Our tool is currently available here https://wangluochao902.github.io/clcheck/