From e9a0a3bb1587feb04032557f54ce9181a59f3744 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 10 Jan 2025 13:39:08 -0700 Subject: [PATCH] refactor(dockerfile): Remove deprecated labels Remove maintainer-related labels as they've been long superseded by opencontainers-author label. --- build/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index d67e5fa..faed601 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -50,8 +50,6 @@ HEALTHCHECK \ CMD curl --fail http://127.0.0.1:9000/nginx_status || exit 1 # standardized labels -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.url="https://git.asifbacchus.dev/ab-docker/ab-nginx"