From 8cc6581c18dc17310d2850d759ec8da105f62c27 Mon Sep 17 00:00:00 2001 From: Nadezhda Fedorova Date: Wed, 8 May 2024 09:27:55 +0300 Subject: [PATCH] fix systemd's label --- org/alt/systemd/Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/alt/systemd/Dockerfile.template b/org/alt/systemd/Dockerfile.template index 6f6be30..65542c0 100644 --- a/org/alt/systemd/Dockerfile.template +++ b/org/alt/systemd/Dockerfile.template @@ -3,7 +3,7 @@ FROM {{ registry }}{{ organization }}/base:{{ branch }} MAINTAINER alt-cloud LABEL org.opencontainers.image.title="systemd" -LABEL org.opencontainers.image.description="Systemd System V init tools" +LABEL org.opencontainers.image.description="System and Session Manager" LABEL org.opencontainers.image.source="https://github.com/systemd/systemd" LABEL org.opencontainers.image.licenses="LGPLv2.1+" LABEL org.opencontainers.image.vendor="ALT Linux Team"