deis / monitor

Monitoring for Deis Workflow
https://deis.com
MIT License
22 stars 32 forks source link

Use build args to capture build time data #162

Open jchauncey opened 7 years ago

jchauncey commented 7 years ago

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
Cryptophobia commented 6 years ago

This issue was moved to teamhephy/monitor#10