diff --git a/build/Dockerfile b/build/Dockerfile index 805ef9f..2d4f327 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -45,10 +45,10 @@ HEALTHCHECK \ CMD curl --fail http://127.0.0.1:9000/nginx_status || exit 1 # standardized labels -MAINTAINER Asif Bacchus -LABEL maintainer="Asif Bacchus " +MAINTAINER Asif Bacchus +LABEL maintainer="Asif Bacchus " LABEL dev.asifbacchus.docker.internalName="ab-nginx" -LABEL org.opencontainers.image.author="Asif Bacchus " +LABEL org.opencontainers.image.author="Asif Bacchus " LABEL org.opencontainers.image.url="https://git.asifbacchus.dev/ab-docker/ab-nginx" LABEL org.opencontainers.image.documentation="https://git.asifbacchus.dev/ab-docker/ab-nginx/wiki" LABEL org.opencontainers.image.source="https://git.asifbacchus.dev/ab-docker/ab-nginx.git"