From 1e7531e63270c3b400a4bc40d57c0997c22117a7 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 23 Jul 2021 18:36:14 -0600 Subject: [PATCH] chore: update and use consistent project name --- build/Dockerfile | 10 +++++----- build/entrypoint.sh | 4 ++-- docker-compose.yml | 2 +- livereload.params | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index e17eeb7..9d2c81d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -# LiveReload-npm server supporting SSL/TLS +# node-livereload server supporting SSL/TLS # allow dynamic building by specifying base image elements as build-args ARG NODE_VERSION=16 @@ -26,8 +26,8 @@ RUN apk --update --no-cache add \ # labels LABEL org.opencontainers.image.authors="Asif Bacchus " -LABEL org.opencontainers.image.title="livereload npm" -LABEL org.opencontainers.image.description="Dockerized npm livereload supporting TLS and running under limited user account. Environment variables allow specifying files to watch/exclude and notification delay." +LABEL org.opencontainers.image.title="node-livereload-tls" +LABEL org.opencontainers.image.description="Dockerized node-livereload supporting TLS and running under limited user account. Environment variables allow specifying files to watch/exclude and notification delay." LABEL org.opencontainers.image.url="https://git.asifbacchus.dev/ab-docker/livereload" LABEL org.opencontainers.image.documentation="https://git.asifbacchus.dev/ab-docker/livereload/raw/branch/master/README.md" LABEL org.opencontainers.image.source="https://git.asifbacchus.dev/ab-docker/livereload.git" @@ -45,7 +45,7 @@ ENV LR_DEBUG=true ENV LR_HTTPS=true ENV CERT_HOSTNAME="" -# install livereload npm as node user then switch back to root user +# install node-livereload as node user then switch back to root user USER node WORKDIR /home/node RUN mkdir -p .npm-global/bin .npm-global/lib \ @@ -73,7 +73,7 @@ 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.name="node-livereload-tls" LABEL dev.asifbacchus.image.version=${INTERNAL_VERSION} LABEL org.opencontainers.image.created=${BUILD_DATE} diff --git a/build/entrypoint.sh b/build/entrypoint.sh index d8c9ebd..712e3e1 100644 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh # -# entrypoint script for livereload-tls-npm container +# entrypoint script for node-livereload-tls container # # functions @@ -95,7 +95,7 @@ esac # action: run server if [ "$doServer" -eq 1 ]; then - printf "Starting LiveReload server:\n" + printf "Starting node-livereload-tls server:\n" # https pre-flight check if [ "$enableHTTPS" = "true" ]; then diff --git a/docker-compose.yml b/docker-compose.yml index 740cfb4..a3c2809 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ # -# LiveReload stack +# node-livereload-tls stack # version: '2.4' diff --git a/livereload.params b/livereload.params index c2f172e..f3c66f2 100644 --- a/livereload.params +++ b/livereload.params @@ -1,6 +1,6 @@ # -# Parameters for LiveReload stack: -# This file makes it easier to customize your LiveReload stack deployment by providing centralized configuration options. +# Parameters for node-livereload-tls stack: +# This file makes it easier to customize your node-livereload-tls stack deployment by providing centralized configuration options. # This file is *not required* since all values have (sane) default settings. # There is *no* sensitive information in this file. @@ -49,7 +49,7 @@ # -# LiveReload parameters +# node-livereload parameters # LR_PORT: # Port on which the server should listen. Virtually all clients expect the default setting.