docker: replace deprecated MAINTAINER with OCI image label

Use org.opencontainers.image.authors label instead of deprecated
MAINTAINER instruction in all Dockerfiles.
This commit is contained in:
Md. Amdadul Bari Imad 2026-02-07 12:16:06 +00:00 committed by Sukchan Lee
parent 21ada5e1a7
commit 7453b5be9a
10 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@ ARG tag=latest
ARG username=acetcom
FROM ${username}/${dist}-${tag}-open5gs-base
MAINTAINER Sukchan Lee <acetcom@gmail.com>
LABEL org.opencontainers.image.authors="Sukchan Lee <acetcom@gmail.com>"
RUN apt-get update && \
apt-get upgrade -y && \