From d045d098d983d9d24d803625a66f98650faa2d6c Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 25 Jul 2021 15:02:54 -0600 Subject: [PATCH] docs(dockerfile): add deprecated maintainer tag Harbor still uses this for informational display --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index ee3ce86..9675c37 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -32,7 +32,7 @@ HEALTHCHECK --interval=60s --timeout=5s --start-period=30s --retries=3 \ CMD curl --fail http://127.0.0.1:9000/nginx_status || exit 1 # standardized labels -LABEL author="Asif Bacchus " +MAINTAINER "Asif Bacchus " LABEL maintainer="Asif Bacchus " LABEL org.opencontainers.image.author="Asif Bacchus " LABEL org.opencontainers.image.url="https://git.asifbacchus.app/ab-docker/ab-nginx"