refactor(dockerfile): remove old dockerfile

- delete non-tls version of dockerfile
- set internal version as build-arg
This commit is contained in:
2021-07-22 17:28:21 -06:00
parent d864231db1
commit 1ca3b48d0d
2 changed files with 2 additions and 59 deletions
+2 -1
View File
@@ -59,11 +59,12 @@ RUN mkdir -p .npm-global/bin .npm-global/lib \
ENTRYPOINT [ "/sbin/tini", "--", "/usr/local/bin/entrypoint.sh" ]
# set build timestamp and version labels
ARG INTERNAL_VERSION
ARG BUILD_DATE
LABEL org.opencontainers.image.version="16.5.0, 0.9.3"
LABEL org.opencontainers.image.vendor="NODE.js, node-livereload"
LABEL dev.asifbacchus.image.name="livereload-tls-npm"
LABEL dev.asifbacchus.image.version="2.0"
LABEL dev.asifbacchus.image.version=${INTERNAL_VERSION}
LABEL org.opencontainers.image.created=${BUILD_DATE}
#EOF