Open Cryptophobia opened 6 years ago
From @jchauncey on November 10, 2016 17:52
Acceptance Criteria:
--build-args
docker build
You will need to do the following in the dockerfile to persist the data into the image:
ARG VERSION ARG BUILD_DATE ENV VERSION $VERSION ENV BUILD_DATE $BUILD_DATE
Copied from original issue: deis/controller#1135
From @jchauncey on November 10, 2016 17:52
Acceptance Criteria:
--build-args
flag when runningdocker build
to pass in the following items (and more if needed)You will need to do the following in the dockerfile to persist the data into the image:
Copied from original issue: deis/controller#1135