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%%"