Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions images/ad-server/Containerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ ARG SAMBACC_VERSION_SUFFIX=""
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
ARG INSTALL_CUSTOM_REPO=

MAINTAINER John Mulligan <[email protected]>

LABEL org.opencontainers.image.title="Samba ADDC container"
LABEL org.opencontainers.image.description="Samba ADDC container"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="The samba-container team, John Mulligan <[email protected]>"

COPY install-packages.sh /usr/local/bin/install-packages.sh
RUN /usr/local/bin/install-packages.sh \
Expand Down
5 changes: 3 additions & 2 deletions images/ad-server/Containerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ ARG SAMBACC_VERSION_SUFFIX=""
ARG SAMBA_SPECIFICS=daemon_cli_debug_output
ARG INSTALL_CUSTOM_REPO=

MAINTAINER John Mulligan <[email protected]>

LABEL org.opencontainers.image.title="Samba ADDC container"
LABEL org.opencontainers.image.description="Samba ADDC container"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="The samba-container team, John Mulligan <[email protected]>"

COPY install-packages.sh /usr/local/bin/install-packages.sh
RUN /usr/local/bin/install-packages.sh \
Expand Down
5 changes: 3 additions & 2 deletions images/ad-server/Containerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
FROM opensuse/tumbleweed
ARG SAMBA_SPECIFICS=daemon_cli_debug_output

MAINTAINER David Mulder <[email protected]>

# labelprefix=org.opensuse.samba-ad-server
LABEL org.opencontainers.image.title="Samba ADDC container"
LABEL org.opencontainers.image.description="Samba ADDC container"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="David Mulder <[email protected]>"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba-ad-server:%%PKG_VERSION%%-%RELEASE%"
# endlabelprefix
Expand Down
4 changes: 2 additions & 2 deletions images/client/Containerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

FROM quay.io/centos/centos:stream9

MAINTAINER Michael Adam <[email protected]>

LABEL org.opencontainers.image.title="Samba Client container"
LABEL org.opencontainers.image.description="Samba Client container"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="The samba-container team, Michael Adam <[email protected]>"


# https://github.com/samba-in-kubernetes/samba-container/issues/96#issuecomment-1387467396
Expand Down
4 changes: 2 additions & 2 deletions images/client/Containerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

FROM registry.fedoraproject.org/fedora:42

MAINTAINER Michael Adam <[email protected]>

LABEL org.opencontainers.image.title="Samba Client container"
LABEL org.opencontainers.image.description="Samba Client container"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="The samba-container team, Michael Adam <[email protected]>"


# https://github.com/samba-in-kubernetes/samba-container/issues/96#issuecomment-1387467396
Expand Down
4 changes: 3 additions & 1 deletion images/client/Containerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@

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

# labelprefix=org.opensuse.samba-client
LABEL org.opencontainers.image.title="Samba Client container"
LABEL org.opencontainers.image.description="Samba Client container"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="David Mulder <[email protected]>"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba-client:%%PKG_VERSION%%-%RELEASE%"
# endlabelprefix
Expand Down
4 changes: 2 additions & 2 deletions images/server/Containerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ ARG INSTALL_CUSTOM_REPOS=
ARG PACKAGE_SELECTION=
ARG CEPH_FROM_CUSTOM=0

MAINTAINER John Mulligan <[email protected]>

LABEL org.opencontainers.image.title="Samba container"
LABEL org.opencontainers.image.description="Samba container"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="The samba-container team, John Mulligan <[email protected]>"


COPY smb.conf /etc/samba/smb.conf
Expand Down
5 changes: 3 additions & 2 deletions images/server/Containerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ ARG SAMBA_SPECIFICS=daemon_cli_debug_output,ctdb_leader_admin_command
ARG INSTALL_CUSTOM_REPO=
ARG PACKAGE_SELECTION=

MAINTAINER John Mulligan <[email protected]>

LABEL org.opencontainers.image.title="Samba container"
LABEL org.opencontainers.image.description="Samba container"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="The samba-container team, John Mulligan <[email protected]>"


COPY smb.conf /etc/samba/smb.conf
COPY install-packages.sh /usr/local/bin/install-packages.sh
Expand Down
5 changes: 3 additions & 2 deletions images/server/Containerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
FROM opensuse/tumbleweed
ARG SAMBA_SPECIFICS=daemon_cli_debug_output,ctdb_leader_admin_command

MAINTAINER David Mulder <[email protected]>

# labelprefix=org.opensuse.samba-server
LABEL org.opencontainers.image.title="Samba container"
LABEL org.opencontainers.image.description="Samba container"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="David Mulder <[email protected]>"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba-server:%%PKG_VERSION%%-%RELEASE%"
# endlabelprefix
Expand Down
4 changes: 3 additions & 1 deletion images/toolbox/Containerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
# This needs to be converted to something public and/or configurable
# later.
FROM quay.io/samba.org/samba-client:centos-latest
MAINTAINER Shachar Sharon <[email protected]>

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


RUN dnf install --enablerepo=crb -y \
samba-test \
Expand Down
3 changes: 2 additions & 1 deletion images/toolbox/Containerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM quay.io/samba.org/samba-client:latest
MAINTAINER Shachar Sharon <[email protected]>

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


RUN dnf -y install samba-test \
Expand Down
4 changes: 3 additions & 1 deletion images/toolbox/Containerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@

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

# labelprefix=org.opensuse.samba-toolbox
LABEL org.opencontainers.image.title="Samba Toolbox container"
LABEL org.opencontainers.image.description="Samba Toolbox container"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%"
LABEL org.opencontainers.image.vendor="Samba in Kubernetes"
LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.source="https://github.com/samba-in-kubernetes/samba-container"
LABEL org.opencontainers.image.authors="David Mulder <[email protected]>"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba-toolbox:%%PKG_VERSION%%-%RELEASE%"
# endlabelprefix
Expand Down