refactor(dockerfile): Remove deprecated labels

Remove maintainer-related labels as they've been long superseded by
opencontainers-author label.
This commit is contained in:
Asif Bacchus 2025-01-10 13:39:08 -07:00
parent 41a1506ee7
commit e9a0a3bb15

View File

@ -50,8 +50,6 @@ HEALTHCHECK \
CMD curl --fail http://127.0.0.1:9000/nginx_status || exit 1
# standardized labels
MAINTAINER Asif Bacchus <asif@asifbacchus.dev>
LABEL maintainer="Asif Bacchus <asif@asifbacchus.dev>"
LABEL dev.asifbacchus.docker.internalName="ab-nginx"
LABEL org.opencontainers.image.author="Asif Bacchus <asif@asifbacchus.dev>"
LABEL org.opencontainers.image.url="https://git.asifbacchus.dev/ab-docker/ab-nginx"