From cf31ef3a0e3e79e2a8e08760275a45efc049af37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 27 Jun 2023 10:12:07 +0000 Subject: [PATCH] Test build for #283 --- init-image/Dockerfile | 1 - python-3.10-image/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/init-image/Dockerfile b/init-image/Dockerfile index 2175b6ccc..7b52dd926 100644 --- a/init-image/Dockerfile +++ b/init-image/Dockerfile @@ -6,7 +6,6 @@ FROM suse/sle15:15.4 MAINTAINER SUSE LLC (https://www.suse.com/) -# Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.init LABEL org.opencontainers.image.title="SLE BCI 15 SP4 Init" LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is only supported with podman." diff --git a/python-3.10-image/Dockerfile b/python-3.10-image/Dockerfile index 53a89d1b7..f27af06e7 100644 --- a/python-3.10-image/Dockerfile +++ b/python-3.10-image/Dockerfile @@ -8,7 +8,6 @@ FROM suse/sle15:15.4 MAINTAINER SUSE LLC (https://www.suse.com/) -# Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.bci.python LABEL org.opencontainers.image.title="SLE BCI Python 3.10 development" LABEL org.opencontainers.image.description="Python 3.10 development container based on the SLE Base Container Image."