From 0b8d3d23d9df844fcbe93424691f16bcaad503fb Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 29 Apr 2024 13:54:48 +0200 Subject: Add labels to the containers --- contrib/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 33eab278..de4cc37b 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -4,6 +4,9 @@ # Build Container FROM docker.io/library/debian:stable-slim AS build +LABEL org.opencontainers.image.source=https://github.com/ngircd/ngircd +LABEL org.opencontainers.image.description="Free, portable and lightweight Internet Relay Chat server (build container)" +LABEL org.opencontainers.image.licenses=GPL-2.0-or-later USER root RUN apt-get -y update \ && apt-get -y install --no-install-recommends \ @@ -42,6 +45,9 @@ RUN ./autogen.sh --prefix=/opt/ngircd \ # Run container FROM docker.io/library/debian:stable-slim +LABEL org.opencontainers.image.source=https://github.com/ngircd/ngircd +LABEL org.opencontainers.image.description="Free, portable and lightweight Internet Relay Chat server" +LABEL org.opencontainers.image.licenses=GPL-2.0-or-later USER root RUN apt-get -y update \ && apt-get -y install --no-install-recommends --no-install-suggests \ -- cgit 1.4.1