refactor(dockerfile): remove old dockerfile
- delete non-tls version of dockerfile - set internal version as build-arg
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user