docs(dockerfile): add deprecated maintainer tag
Harbor still uses this for informational display
This commit is contained in:
parent
287830ffe7
commit
d045d098d9
@ -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 <asif@bacchus.cloud>"
|
||||
MAINTAINER "Asif Bacchus <asif@bacchus.cloud>"
|
||||
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"
|
||||
LABEL org.opencontainers.image.author="Asif Bacchus <asif@bacchus.cloud>"
|
||||
LABEL org.opencontainers.image.url="https://git.asifbacchus.app/ab-docker/ab-nginx"
|
||||
|
Loading…
Reference in New Issue
Block a user