controller icon indicating copy to clipboard operation
controller copied to clipboard

Use build args to capture build time data

Open jchauncey opened this issue 9 years ago • 1 comments

Acceptance Criteria:

  • Use the --build-args flag when running docker build to pass in the following items (and more if needed)
  • BUILD_DATE
  • VERSION

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

jchauncey avatar Nov 10 '16 17:11 jchauncey

This issue was moved to teamhephy/controller#46

Cryptophobia avatar Mar 20 '18 17:03 Cryptophobia