diff --git a/basalt-kernel-module-devel/Dockerfile b/basalt-kernel-module-devel/Dockerfile index a838174f3..342ca9be8 100644 --- a/basalt-kernel-module-devel/Dockerfile +++ b/basalt-kernel-module-devel/Dockerfile @@ -22,7 +22,6 @@ FROM alp/bci/bci-base:latest MAINTAINER SUSE LLC (https://www.suse.com/) -# Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.basalt.bci.basalt-kernel-module-devel LABEL org.opencontainers.image.title="Basalt Project BCI BASALT Kernel Module Development" LABEL org.opencontainers.image.description="BASALT Kernel Module Development container based on the SUSE Adaptable Linux Platform (ALP)." diff --git a/init-image/Dockerfile b/init-image/Dockerfile index 4fa5f0e5e..844eb33df 100644 --- a/init-image/Dockerfile +++ b/init-image/Dockerfile @@ -22,7 +22,6 @@ FROM alp/bci/bci-base:latest MAINTAINER SUSE LLC (https://www.suse.com/) -# Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.basalt.bci.init LABEL org.opencontainers.image.title="Basalt Project BCI Adaptable Linux Platform Init" LABEL org.opencontainers.image.description="Systemd environment for containers based on the SUSE Adaptable Linux Platform (ALP). This container is only supported with podman." diff --git a/mariadb-client-image/Dockerfile b/mariadb-client-image/Dockerfile index b9c68147e..149e98c11 100644 --- a/mariadb-client-image/Dockerfile +++ b/mariadb-client-image/Dockerfile @@ -22,7 +22,6 @@ FROM alp/bci/bci-base:latest MAINTAINER SUSE LLC (https://www.suse.com/) -# Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.basalt.application.mariadb-client LABEL org.opencontainers.image.title="Basalt Project MariaDB Client" LABEL org.opencontainers.image.description="MariaDB Client container based on the SUSE Adaptable Linux Platform (ALP)." diff --git a/mariadb-image/Dockerfile b/mariadb-image/Dockerfile index 08e277f6d..3d5eadc48 100644 --- a/mariadb-image/Dockerfile +++ b/mariadb-image/Dockerfile @@ -22,7 +22,6 @@ FROM alp/bci/bci-base:latest MAINTAINER SUSE LLC (https://www.suse.com/) -# Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.basalt.application.mariadb LABEL org.opencontainers.image.title="Basalt Project MariaDB Server" LABEL org.opencontainers.image.description="MariaDB Server container based on the SUSE Adaptable Linux Platform (ALP)."