Skip to content

Commit 88b42cb

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/client/Containerfile.opensuse

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77
# OBS doesn't allow a fully qualified image registry name for the offline build
88
FROM opensuse/tumbleweed
9-
MAINTAINER David Mulder <[email protected]>
109

1110
# labelprefix=org.opensuse.samba-client
1211
LABEL org.opencontainers.image.title="Samba Client container"
1312
LABEL org.opencontainers.image.description="Samba Client container"
1413
LABEL org.opencontainers.image.created="%BUILDTIME%"
1514
LABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%"
1615
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
16+
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
17+
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
18+
LABEL org.opencontainers.image.authors="David Mulder <[email protected]>"
1719
LABEL org.openbuildservice.disturl="%DISTURL%"
1820
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba-client:%%PKG_VERSION%%-%RELEASE%"
1921
# endlabelprefix

0 commit comments

Comments
 (0)