File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ RUN Rscript --vanilla /tmp/bioconductor_installs.R
79
79
RUN Rscript --vanilla /tmp/install_iR.R
80
80
81
81
ARG GIT_COMMIT=unknown
82
- ARG BUILD_DATE =unknown
82
+ ARG BUILD_DATE_RSTATS =unknown
83
83
84
84
LABEL git-commit=$GIT_COMMIT
85
- LABEL build-date=$BUILD_DATE
85
+ LABEL build-date=$BUILD_DATE_RSTATS
86
86
87
87
# Find the current release git hash & build date inside the kernel editor.
88
- RUN echo "$GIT_COMMIT" > /etc/git_commit && echo "$BUILD_DATE " > /etc/build_date
88
+ RUN echo "$GIT_COMMIT" > /etc/git_commit && echo "$BUILD_DATE_RSTATS " > /etc/build_date
89
89
90
90
CMD ["R" ]
Original file line number Diff line number Diff line change 54
54
55
55
BUILD_ARGS+=" --build-arg ncpus=$NCPUS "
56
56
BUILD_ARGS+=" --build-arg GIT_COMMIT=$( git rev-parse HEAD) "
57
- BUILD_ARGS+=" --build-arg BUILD_DATE =$( date ' +%Y%m%d-%H%M%S' ) "
57
+ BUILD_ARGS+=" --build-arg BUILD_DATE_RSTATS =$( date ' +%Y%m%d-%H%M%S' ) "
58
58
59
59
readonly CACHE_FLAG
60
60
readonly DOCKERFILE
You can’t perform that action at this time.
0 commit comments