From fb1d1a34992bcaa02cf4bd67b136285bfd040ea8 Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Thu, 8 Jun 2023 20:20:09 +0200 Subject: [PATCH] Drop duplicate labels --- Dockerfile.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile.template b/Dockerfile.template index 046865f..e72516c 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,8 +1,3 @@ -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 # reproducible build.