From fbb8ffe03f6c45570d4cc0bdd015d489e0351936e9b6ade68937e016332ab8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sat, 3 Aug 2024 09:04:16 +0000 Subject: [PATCH] [info=ea908f6a02a7ffe828d6a1be08e7fca8] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/389-ds-container?expand=0&rev=190 --- 389-ds-container.changes | 5 +++++ Dockerfile | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/389-ds-container.changes b/389-ds-container.changes index 140cd8e..5b2496a 100644 --- a/389-ds-container.changes +++ b/389-ds-container.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 diff --git a/Dockerfile b/Dockerfile index d55df59..fecdf6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,10 +20,9 @@ FROM opensuse/tumbleweed:latest -MAINTAINER william.brown@suse.com - # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.389-ds +LABEL org.opencontainers.image.authors="william.brown@suse.com" LABEL org.opencontainers.image.title="openSUSE Tumbleweed 389 Directory Server" LABEL org.opencontainers.image.description="389 Directory Server container based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="%%389ds_version%%"