From 99710a10716b7d31aad5eaa42c763b545ee5ff10962e477e60740918b400e1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 3 Aug 2024 09:08:09 +0000 Subject: [PATCH] [info=d2040fbd86728246695d9b713deaccab] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.11-image?expand=0&rev=146 --- Dockerfile | 3 +-- python-3.11-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c5fc1c..3c838ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,10 +22,9 @@ FROM opensuse/tumbleweed:latest -MAINTAINER openSUSE (https://www.opensuse.org/) - # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.bci.python +LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Python 3.11 development" LABEL org.opencontainers.image.description="Python 3.11 development container based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="3.11" diff --git a/python-3.11-image.changes b/python-3.11-image.changes index 1009065..e57186b 100644 --- a/python-3.11-image.changes +++ b/python-3.11-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 3 08:56:51 UTC 2024 - Dirk Mueller + +- set OCI.authors attribute instead of deprecated MAINTAINER + ------------------------------------------------------------------- Wed Jul 31 12:06:44 UTC 2024 - Dirk Mueller