Skip to content

Commit f065d4c

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 c74325e commit f065d4c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

images/toolbox/Containerfile.centos

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
# This needs to be converted to something public and/or configurable
55
# later.
66
FROM quay.io/samba.org/samba-client:centos-latest
7-
MAINTAINER Shachar Sharon <[email protected]>
87

98
LABEL org.opencontainers.image.title="Samba Toolbox container"
109
LABEL org.opencontainers.image.description="Samba Toolbox container"
1110
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
1211
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
12+
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
13+
LABEL org.opencontainers.image.authors="The samba-container team, Shachar Sharon <[email protected]>"
14+
1315

1416
RUN dnf install --enablerepo=crb -y \
1517
samba-test \

images/toolbox/Containerfile.fedora

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
FROM quay.io/samba.org/samba-client:latest
2-
MAINTAINER Shachar Sharon <[email protected]>
32

43
LABEL org.opencontainers.image.title="Samba Toolbox container"
54
LABEL org.opencontainers.image.description="Samba Toolbox container"
65
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
76
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
7+
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
8+
LABEL org.opencontainers.image.authors="The samba-container team, Shachar Sharon <[email protected]>"
89

910

1011
RUN dnf -y install samba-test \

0 commit comments

Comments
 (0)