Error response from daemon: Dockerfile parse error line 2: ARG names can not be blank.
Dockerfile contains:
ARG ARG_AWS_ACCESS_KEY_ID = "NOTSET"
The error goes away if you remove the spaces around the equal sign.
It should wether:
- Handle spaces
- Log the error specifying what needs to be corrected