teamhephy / controller

Hephy Workflow Controller (API)
https://teamhephy.com
MIT License
14 stars 26 forks source link

Use build args to capture build time data #46

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @jchauncey on November 10, 2016 17:52

Acceptance Criteria:

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