mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +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=alpine
|
|||
ARG tag=latest
|
||||
FROM ${dist}:${tag}
|
||||
|
||||
MAINTAINER Sukchan Lee <acetcom@gmail.com>
|
||||
LABEL org.opencontainers.image.authors="Sukchan Lee <acetcom@gmail.com>"
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache \
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
|
||||
COPY setup.sh /root
|
||||
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
|
||||
WORKDIR /open5gs
|
||||
COPY docker/build/setup.sh /root
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ ARG dist=fedora
|
|||
ARG tag=latest
|
||||
FROM ${dist}:${tag}
|
||||
|
||||
MAINTAINER Sukchan Lee <acetcom@gmail.com>
|
||||
LABEL org.opencontainers.image.authors="Sukchan Lee <acetcom@gmail.com>"
|
||||
|
||||
RUN dnf -y install \
|
||||
python3 \
|
||||
|
|
|
|||
|
|
@ -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 dnf -y install \
|
||||
findutils \
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM node:19
|
||||
|
||||
MAINTAINER Sukchan Lee <acetcom@gmail.com>
|
||||
LABEL org.opencontainers.image.authors="Sukchan Lee <acetcom@gmail.com>"
|
||||
|
||||
COPY webui /usr/src/open5gs/webui
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue