Open jchauncey opened 7 years ago
Acceptance Criteria:
--build-args
docker build
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
This issue was moved to teamhephy/router#15
Acceptance Criteria:
--build-args
flag when runningdocker build
to pass in the following items (and more if needed)You will need to do the following in the dockerfile to persist the data into the image: