chore(dockerfile): re-enable extra labels
This commit is contained in:
parent
f77961145e
commit
f196697569
@ -69,13 +69,12 @@ WORKDIR /home/node
|
|||||||
ENTRYPOINT [ "/sbin/tini", "--", "/usr/local/bin/entrypoint.sh" ]
|
ENTRYPOINT [ "/sbin/tini", "--", "/usr/local/bin/entrypoint.sh" ]
|
||||||
|
|
||||||
# set build timestamp and version labels
|
# set build timestamp and version labels
|
||||||
# TODO: uncomment when done testing
|
ARG INTERNAL_VERSION
|
||||||
#ARG INTERNAL_VERSION
|
ARG BUILD_DATE
|
||||||
#ARG BUILD_DATE
|
LABEL org.opencontainers.image.version="16.5.0, 0.9.3"
|
||||||
#LABEL org.opencontainers.image.version="16.5.0, 0.9.3"
|
LABEL org.opencontainers.image.vendor="NODE.js, node-livereload"
|
||||||
#LABEL org.opencontainers.image.vendor="NODE.js, node-livereload"
|
LABEL dev.asifbacchus.image.name="livereload-tls-npm"
|
||||||
#LABEL dev.asifbacchus.image.name="livereload-tls-npm"
|
LABEL dev.asifbacchus.image.version=${INTERNAL_VERSION}
|
||||||
#LABEL dev.asifbacchus.image.version=${INTERNAL_VERSION}
|
LABEL org.opencontainers.image.created=${BUILD_DATE}
|
||||||
#LABEL org.opencontainers.image.created=${BUILD_DATE}
|
|
||||||
|
|
||||||
#EOF
|
#EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user