deis / logger

In-memory log buffer used by Deis Workflow.
https://deis.com
MIT License
18 stars 15 forks source link

Use build args to capture build time data #126

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/logger#5