mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 21:00:19 +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
|
|
@ -2,7 +2,7 @@ ARG dist=ubuntu
|
|||
ARG tag=latest
|
||||
FROM ${dist}:${tag}
|
||||
|
||||
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