From c3cc18f5206099b13db8b00abf95f79a6fe6bfeb Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Thu, 8 Jun 2023 19:01:27 +0200 Subject: [PATCH] Add opencontainers labels to the image Resolves #75. --- Dockerfile.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile.template b/Dockerfile.template index 4ea555e..983afd7 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,3 +1,7 @@ +LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker +LABEL org.opencontainers.image.description="Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility." +LABEL org.opencontainers.image.licenses=GPL-3.0-or-later + # We're using a multistage Docker build here in order to allow us to release a self-verifying # Docker image when built on the official Docker infrastructure. # They require us to verify the source integrity in some way while making sure that this is a