Skip to content

Commit f0d63e6

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
server: remove maintainer line from opensuse container file
Signed-off-by: John Mulligan <[email protected]>
1 parent a6b7a87 commit f0d63e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

images/server/Containerfile.opensuse

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
FROM opensuse/tumbleweed
99
ARG SAMBA_SPECIFICS=daemon_cli_debug_output,ctdb_leader_admin_command
1010

11-
MAINTAINER David Mulder <[email protected]>
12-
1311
# labelprefix=org.opensuse.samba-server
1412
LABEL org.opencontainers.image.title="Samba container"
1513
LABEL org.opencontainers.image.description="Samba container"
1614
LABEL org.opencontainers.image.created="%BUILDTIME%"
1715
LABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%"
1816
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
17+
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
18+
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
19+
LABEL org.opencontainers.image.authors="David Mulder <[email protected]>"
1920
LABEL org.openbuildservice.disturl="%DISTURL%"
2021
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba-server:%%PKG_VERSION%%-%RELEASE%"
2122
# endlabelprefix

0 commit comments

Comments
 (0)