refactor: update docker images desc
Diff
docker/alpine/Dockerfile | 4 ++--
docker/scratch/Dockerfile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
@@ -4,7 +4,7 @@ ARG SERVER_VERSION=0.0.0
ENV SERVER_VERSION=${SERVER_VERSION}
LABEL version="${SERVER_VERSION}" \
description="A blazing fast static files-serving web server powered by Rust Iron." \
description="A blazing fast static files-serving web server." \
maintainer="Jose Quintana <joseluisq.net>"
RUN apk --no-cache add ca-certificates tzdata
@@ -28,6 +28,6 @@ CMD ["static-web-server"]
LABEL org.opencontainers.image.vendor="Jose Quintana" \
org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \
org.opencontainers.image.title="Static Web Server" \
org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \
org.opencontainers.image.description="A blazing fast static files-serving web server." \
org.opencontainers.image.version="${SERVER_VERSION}" \
org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
@@ -4,7 +4,7 @@ ARG SERVER_VERSION=0.0.0
ENV SERVER_VERSION=${SERVER_VERSION}
LABEL version="${SERVER_VERSION}" \
description="A blazing fast static files-serving web server powered by Rust Iron." \
description="A blazing fast static files-serving web server." \
maintainer="Jose Quintana <joseluisq.net>"
COPY ./bin/static-web-server /
@@ -18,6 +18,6 @@ ENTRYPOINT ["/static-web-server"]
LABEL org.opencontainers.image.vendor="Jose Quintana" \
org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \
org.opencontainers.image.title="Static Web Server" \
org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \
org.opencontainers.image.description="A blazing fast static files-serving web server." \
org.opencontainers.image.version="${SERVER_VERSION}" \
org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"