Skip to content

Commit c74325e

Browse files
server: remove MAINTAINER line
Remove MAINTAINER line from centos/fedora Container files. Replace with a org.opencontainers.image.authors label. Ensure labels are standard across the centos/fedora image files. Signed-off-by: John Mulligan <[email protected]>
1 parent 66838bf commit c74325e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

images/server/Containerfile.centos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ARG INSTALL_CUSTOM_REPOS=
77
ARG PACKAGE_SELECTION=
88
ARG CEPH_FROM_CUSTOM=0
99

10-
MAINTAINER John Mulligan <[email protected]>
11-
1210
LABEL org.opencontainers.image.title="Samba container"
1311
LABEL org.opencontainers.image.description="Samba container"
1412
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
1513
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
14+
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
15+
LABEL org.opencontainers.image.authors="The samba-container team, John Mulligan <[email protected]>"
1616

1717

1818
COPY smb.conf /etc/samba/smb.conf

images/server/Containerfile.fedora

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ ARG SAMBA_SPECIFICS=daemon_cli_debug_output,ctdb_leader_admin_command
66
ARG INSTALL_CUSTOM_REPO=
77
ARG PACKAGE_SELECTION=
88

9-
MAINTAINER John Mulligan <[email protected]>
10-
119
LABEL org.opencontainers.image.title="Samba container"
1210
LABEL org.opencontainers.image.description="Samba container"
1311
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
1412
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
13+
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
14+
LABEL org.opencontainers.image.authors="The samba-container team, John Mulligan <[email protected]>"
15+
1516

1617
COPY smb.conf /etc/samba/smb.conf
1718
COPY install-packages.sh /usr/local/bin/install-packages.sh

0 commit comments

Comments
 (0)