From 5be39e96be604f5d9f9d78faa41f90f16d69c8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <dcermak@suse.com> Date: Tue, 27 Jun 2023 12:11:11 +0200 Subject: [PATCH] WIP: dummy change --- src/bci_build/templates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bci_build/templates.py b/src/bci_build/templates.py index b75077e7d..b334d2259 100644 --- a/src/bci_build/templates.py +++ b/src/bci_build/templates.py @@ -39,7 +39,6 @@ MAINTAINER {{ image.maintainer }} -# Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix={{ image.labelprefix }} LABEL org.opencontainers.image.title="{{ image.title }}" LABEL org.opencontainers.image.description="{{ image.description }}"