deis / fluentd

Log shipping mechanism for Deis Workflow
https://deis.com
MIT License
10 stars 23 forks source link

Use build args to capture build time data #71

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/fluentd#6