mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
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:
parent
21ada5e1a7
commit
7453b5be9a
10 changed files with 10 additions and 10 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue