Closed aaparmeggiani closed 6 years ago
Hmm .. needs docker >= 17.05
Multi-stage builds are a new feature requiring Docker 17.05 or higher on the daemon and client.
I guess we need to update https://github.com/hasura/gitkube/blob/master/build/gitkubed/Dockerfile . Any takers?
Hey @tirumaraiselvan! I'd like to give this a shot. Would we need to update:
to be && curl -o /tmp/docker-1.17.05 'https://get.docker.com/builds/Linux/x86_64/docker-1.17.05.tgz' \
and the associated lines that reference /tmp/docker-1.12
to /tmp/docker-1.17.05
?
@SeanPrashad yes, that should be enough.
Hi there, are multi-stage builds supported/planned? (or am I missing something??)
--
Thanks in advance, Andre