mcollina / dockerode-build

Build an image using dockerode a tar-fs
MIT License
5 stars 0 forks source link

Dockerfile with ARG:s gives 500-error #6

Open ztaf opened 7 years ago

ztaf commented 7 years ago

Cannot build Dockerfile with ARG:s like below:

ARG version=3.5 FROM alpine:${version}

dockerd responds with: (HTTP code 500) server error - {"message":"invalid tag format"}

mcollina commented 7 years ago

Would you mind sending a PR? I will not have time to look into this anytime soon.